mirror of
git://develop.git.wordpress.org/
synced 2025-02-11 18:41:37 +01:00
Coding Standards: Applying an alignment fix from running composer format
.
Follow up to [54214]. See #56467. git-svn-id: https://develop.svn.wordpress.org/trunk@54238 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
3beda5b203
commit
2225a352e5
@ -3002,7 +3002,7 @@ function wp_enqueue_stored_styles( $options = array() ) {
|
||||
$compiled_core_stylesheet = '';
|
||||
$style_tag_id = 'core';
|
||||
// Adds comment if code is prettified to identify core styles sections in debugging.
|
||||
$should_prettify = isset( $options['prettify'] ) ? true === $options['prettify'] : defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG;
|
||||
$should_prettify = isset( $options['prettify'] ) ? true === $options['prettify'] : defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG;
|
||||
foreach ( $core_styles_keys as $style_key ) {
|
||||
if ( $should_prettify ) {
|
||||
$compiled_core_stylesheet .= "/**\n * Core styles: $style_key\n */\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user