Make WordPress Core


Ignore:
Timestamp:
09/20/2022 01:40:56 AM (2 years ago)
Author:
desrosj
Message:

Coding Standards: Applying an alignment fix from running composer format.

Follow up to [54214].

See #56467.

File:
1 edited

Legend:

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

    r54214 r54238  
    30033003    $style_tag_id             = 'core';
    30043004    // Adds comment if code is prettified to identify core styles sections in debugging.
    3005     $should_prettify          = isset( $options['prettify'] ) ? true === $options['prettify'] : defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG;
     3005    $should_prettify = isset( $options['prettify'] ) ? true === $options['prettify'] : defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG;
    30063006    foreach ( $core_styles_keys as $style_key ) {
    30073007        if ( $should_prettify ) {
Note: See TracChangeset for help on using the changeset viewer.