Changeset 33315
- Timestamp:
- 07/17/2015 09:39:09 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.2/src/wp-includes/formatting.php
r32164 r33315 4141 4141 4142 4142 $version = 'ver=' . $wp_version; 4143 4144 if ( SCRIPT_DEBUG ) { 4143 $develop_src = false !== strpos( $wp_version, '-src' ); 4144 4145 if ( $develop_src || ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ) { 4145 4146 $settings['source'] = array( 4146 4147 /** This filter is documented in wp-includes/class.wp-scripts.php */
Note: See TracChangeset
for help on using the changeset viewer.