- Timestamp:
- 10/17/2018 03:28:33 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/tests/phpunit/tests/dependencies/scripts.php
r41994 r43738 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.