Skip to content

Commit 9dd87b8

Browse files
committed
Coding Standards: Fix a comment indentation issue in script-loader.php.
Follow-up to [58703]. Props mukesh27. See #62279. git-svn-id: https://develop.svn.wordpress.org/trunk@59558 602fd350-edb4-49c9-b593-d223f7449a82
1 parent a9e2f1c commit 9dd87b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/wp-includes/script-loader.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2517,9 +2517,9 @@ function wp_enqueue_global_styles() {
25172517

25182518
if ( $is_block_theme ) {
25192519
/*
2520-
* Dequeue the Customizer's custom CSS
2521-
* and add it before the global styles custom CSS.
2522-
*/
2520+
* Dequeue the Customizer's custom CSS
2521+
* and add it before the global styles custom CSS.
2522+
*/
25232523
remove_action( 'wp_head', 'wp_custom_css_cb', 101 );
25242524
// Get the custom CSS from the Customizer and add it to the global stylesheet.
25252525
$custom_css = wp_get_custom_css();

0 commit comments

Comments
 (0)