Skip to content

Commit

Permalink
Update lib/class-experimental-wp-widget-blocks-manager.php
Browse files Browse the repository at this point in the history
Co-Authored-By: Robert Anderson <[email protected]>
  • Loading branch information
jorgefilipecosta and noisysocks authored May 23, 2019
1 parent ee18b08 commit fa58e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/class-experimental-wp-widget-blocks-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ public static function serialize_blocks( $blocks ) {
* @return string String representing the block.
*/
public static function serialize_block( $block ) {
if( ! isset( $block[ 'blockName' ] ) ) {
if ( ! isset( $block['blockName'] ) ) {
return '';
}
$name = $block['blockName'];
Expand Down

0 comments on commit fa58e1f

Please sign in to comment.