Changeset 25040 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 08/16/2013 08:32:59 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r25020 r25040 59 59 60 60 if ( ! defined( 'SCRIPT_DEBUG' ) ) 61 define( 'SCRIPT_DEBUG', ! file_exists( ABSPATH . WPINC . '/ wp-util.min.js' ) );61 define( 'SCRIPT_DEBUG', ! file_exists( ABSPATH . WPINC . '/js/wp-util.min.js' ) ); 62 62 63 63 $suffix = SCRIPT_DEBUG ? '' : '.min'; … … 535 535 536 536 if ( ! defined( 'SCRIPT_DEBUG' ) ) 537 define( 'SCRIPT_DEBUG', ! file_exists( ABSPATH . WPINC . '/ wp-util.min.js' ) );537 define( 'SCRIPT_DEBUG', ! file_exists( ABSPATH . WPINC . '/js/wp-util.min.js' ) ); 538 538 539 539 $suffix = SCRIPT_DEBUG ? '' : '.min';
Note: See TracChangeset
for help on using the changeset viewer.