Fix: Linting error affecting trunk.

Props oandregal.
Built from https://develop.svn.wordpress.org/trunk@52056


git-svn-id: http://core.svn.wordpress.org/trunk@51648 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
jorgefilipecosta 2021-11-08 21:57:58 +00:00
parent 65866fa233
commit 934efac655
2 changed files with 2 additions and 2 deletions

View File

@ -329,7 +329,7 @@ function get_block_editor_settings( array $custom_settings, $block_editor_contex
);
$actual_css = wp_get_global_stylesheet( array( $block_classes['css'] ) );
if ( '' !== $actual_css ) {
$block_classes['css'] = $actual_css;
$block_classes['css'] = $actual_css;
$editor_settings['styles'][] = $block_classes;
}
}

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.9-alpha-52055';
$wp_version = '5.9-alpha-52056';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.