We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
composer format
1 parent 3beda5b commit 2225a35Copy full SHA for 2225a35
src/wp-includes/script-loader.php
@@ -3002,7 +3002,7 @@ function wp_enqueue_stored_styles( $options = array() ) {
3002
$compiled_core_stylesheet = '';
3003
$style_tag_id = 'core';
3004
// 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;
+ $should_prettify = isset( $options['prettify'] ) ? true === $options['prettify'] : defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG;
3006
foreach ( $core_styles_keys as $style_key ) {
3007
if ( $should_prettify ) {
3008
$compiled_core_stylesheet .= "/**\n * Core styles: $style_key\n */\n";
0 commit comments