mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-08 14:44:37 +00:00
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. git-svn-id: https://develop.svn.wordpress.org/trunk@54754 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -3686,7 +3686,8 @@ function wp_add_editor_classic_theme_styles( $editor_settings ) {
|
||||
if ( WP_Theme_JSON_Resolver::theme_has_support() ) {
|
||||
return $editor_settings;
|
||||
}
|
||||
$suffix = wp_scripts_get_suffix();
|
||||
|
||||
$suffix = wp_scripts_get_suffix();
|
||||
$classic_theme_styles = ABSPATH . WPINC . "/css/classic-themes$suffix.css";
|
||||
|
||||
// This follows the pattern of get_block_editor_theme_styles,
|
||||
|
||||
Reference in New Issue
Block a user