Skip to content

Commit

Permalink
cs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kt-12 committed Dec 1, 2023
1 parent 70fb7aa commit a41c600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-admin/includes/post.php
Original file line number Diff line number Diff line change
Expand Up @@ -2329,7 +2329,7 @@ function get_block_editor_server_block_settings() {

$blocks[ $block_name ][ $key ] = $block_type->{ $field };
}
$blocks[ $block_name ][ 'variations' ] = $block_type->get_variations();
$blocks[ $block_name ]['variations'] = $block_type->get_variations();
}

return $blocks;
Expand Down

0 comments on commit a41c600

Please sign in to comment.