Changeset 50463 for trunk/tests/phpunit/tests/general/wpResourceHints.php
- Timestamp:
- 03/01/2021 06:42:49 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/general/wpResourceHints.php
r50392 r50463 28 28 $GLOBALS['wp_scripts'] = $this->old_wp_scripts; 29 29 $GLOBALS['wp_styles'] = $this->old_wp_styles; 30 add_action( 'wp_default_scripts', 'wp_default_scripts' );31 add_action( 'wp_default_styles', 'wp_default_styles' );32 30 parent::tearDown(); 33 31 }
Note: See TracChangeset
for help on using the changeset viewer.