Skip to content

Commit

Permalink
Coding Standards: Fix a comment indentation issue in `script-loader.p…
Browse files Browse the repository at this point in the history
…hp`.

Follow-up to [58703].

Props mukesh27.
See #62279.




git-svn-id: https://develop.svn.wordpress.org/trunk@59558 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
audrasjb committed Dec 23, 2024
1 parent a9e2f1c commit 9dd87b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/wp-includes/script-loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 9dd87b8

Please sign in to comment.