Skip to content

Commit 2225a35

Browse files
committed
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
1 parent 3beda5b commit 2225a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/script-loader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3002,7 +3002,7 @@ function wp_enqueue_stored_styles( $options = array() ) {
30023002
$compiled_core_stylesheet = '';
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 ) {
30083008
$compiled_core_stylesheet .= "/**\n * Core styles: $style_key\n */\n";

0 commit comments

Comments
 (0)