mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-06-05 15:08:20 +09:00
Change how the block classes are defined
This commit is contained in:
@@ -125,7 +125,7 @@ class DisplayFeaturedImageGenesisOutputBlock {
|
||||
$classes[] = 'align' . $atts['blockAlignment'];
|
||||
}
|
||||
|
||||
return $classes;
|
||||
return implode( ' ', $classes );
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user