From b2654a664e1f3ba9d8fe11348a6d92ef4ccadd73 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Mon, 23 Dec 2024 22:09:24 +0000 Subject: [PATCH] Coding Standards: Fix a comment indentation issue in `script-loader.php`. Follow-up to [58703]. Props mukesh27. See #62279. Built from https://develop.svn.wordpress.org/trunk@59558 git-svn-id: http://core.svn.wordpress.org/trunk@58944 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/script-loader.php | 6 +++--- wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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.