diff --git a/wp-includes/script-loader.php b/wp-includes/script-loader.php index f4e37d7164..6a5768a8a4 100644 --- a/wp-includes/script-loader.php +++ b/wp-includes/script-loader.php @@ -2517,9 +2517,9 @@ function wp_enqueue_global_styles() { if ( $is_block_theme ) { /* - * Dequeue the Customizer's custom CSS - * and add it before the global styles custom CSS. - */ + * Dequeue the Customizer's custom CSS + * and add it before the global styles custom CSS. + */ remove_action( 'wp_head', 'wp_custom_css_cb', 101 ); // Get the custom CSS from the Customizer and add it to the global stylesheet. $custom_css = wp_get_custom_css(); diff --git a/wp-includes/version.php b/wp-includes/version.php index 282f633503..596b9d21ee 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59557'; +$wp_version = '6.8-alpha-59558'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.