Make WordPress Core

Changeset 59558


Ignore:
Timestamp:
12/23/2024 10:07:47 PM (5 months ago)
Author:
audrasjb
Message:

Coding Standards: Fix a comment indentation issue in script-loader.php.

Follow-up to [58703].

Props mukesh27.
See #62279.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/script-loader.php

    r59540 r59558  
    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.
Note: See TracChangeset for help on using the changeset viewer.