diff --git a/wp-includes/block-editor.php b/wp-includes/block-editor.php index b42c0c09f0..476d89e984 100644 --- a/wp-includes/block-editor.php +++ b/wp-includes/block-editor.php @@ -418,7 +418,7 @@ function get_block_editor_settings( array $custom_settings, $block_editor_contex * Add the custom CSS as a separate stylesheet so any invalid CSS * entered by users does not break other global styles. */ - $editor_settings['styles'][] = array( + $global_styles[] = array( 'css' => wp_get_global_styles_custom_css(), '__unstableType' => 'user', 'isGlobalStyles' => true, diff --git a/wp-includes/version.php b/wp-includes/version.php index f067e63239..424c4fdc5a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-beta3-55437'; +$wp_version = '6.2-beta3-55438'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.