Changeset 54238 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 09/20/2022 01:40:56 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r54214 r54238 3003 3003 $style_tag_id = 'core'; 3004 3004 // Adds comment if code is prettified to identify core styles sections in debugging. 3005 $should_prettify 3005 $should_prettify = isset( $options['prettify'] ) ? true === $options['prettify'] : defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG; 3006 3006 foreach ( $core_styles_keys as $style_key ) { 3007 3007 if ( $should_prettify ) {
Note: See TracChangeset
for help on using the changeset viewer.