Make WordPress Core


Ignore:
Timestamp:
11/05/2022 05:28:48 PM (2 years ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Correct alignment in various files.

This fixes Equals sign not aligned with surrounding statements WPCS warnings, so that the output of composer format is clean.

Follow-up to [54445], [54476], [54494], [54522], [54652], [54687].

See #56791.

File:
1 edited

Legend:

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

    r54688 r54752  
    36873687        return $editor_settings;
    36883688    }
    3689     $suffix = wp_scripts_get_suffix();
     3689
     3690    $suffix               = wp_scripts_get_suffix();
    36903691    $classic_theme_styles = ABSPATH . WPINC . "/css/classic-themes$suffix.css";
    36913692
Note: See TracChangeset for help on using the changeset viewer.