Make WordPress Core


Ignore:
Timestamp:
11/05/2022 09:59:35 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Revert [54752] from the 6.1 branch.

This was supposed to be committed to trunk.

See #56791.

File:
1 edited

Legend:

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

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