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
This commit is contained in:
audrasjb 2024-12-23 22:09:24 +00:00
parent 2a72efd451
commit b2654a664e
2 changed files with 4 additions and 4 deletions

View File

@ -2517,9 +2517,9 @@ function wp_enqueue_global_styles() {
if ( $is_block_theme ) { if ( $is_block_theme ) {
/* /*
* Dequeue the Customizer's custom CSS * Dequeue the Customizer's custom CSS
* and add it before the global styles custom CSS. * and add it before the global styles custom CSS.
*/ */
remove_action( 'wp_head', 'wp_custom_css_cb', 101 ); remove_action( 'wp_head', 'wp_custom_css_cb', 101 );
// Get the custom CSS from the Customizer and add it to the global stylesheet. // Get the custom CSS from the Customizer and add it to the global stylesheet.
$custom_css = wp_get_custom_css(); $custom_css = wp_get_custom_css();

View File

@ -16,7 +16,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.