Changeset 44115 for trunk/tests/phpunit/tests/dependencies/scripts.php
- Timestamp:
- 12/13/2018 05:26:09 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43738
- Property svn:mergeinfo changed
-
trunk/tests/phpunit/tests/dependencies/scripts.php
r43565 r44115 11 11 $this->old_wp_scripts = isset( $GLOBALS['wp_scripts'] ) ? $GLOBALS['wp_scripts'] : null; 12 12 remove_action( 'wp_default_scripts', 'wp_default_scripts' ); 13 remove_action( 'wp_default_scripts', 'wp_default_packages' ); 13 14 $GLOBALS['wp_scripts'] = new WP_Scripts(); 14 15 $GLOBALS['wp_scripts']->default_version = get_bloginfo( 'version' );
Note: See TracChangeset
for help on using the changeset viewer.