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:
parent
65866fa233
commit
934efac655
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue