- Timestamp:
- 03/01/2021 06:42:49 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/l10n/loadTextdomainJustInTime.php
r50456 r50463 41 41 public function tearDown() { 42 42 $GLOBALS['wp_theme_directories'] = $this->orig_theme_dir; 43 remove_filter( 'theme_root', array( $this, 'filter_theme_root' ) );44 remove_filter( 'stylesheet_root', array( $this, 'filter_theme_root' ) );45 remove_filter( 'template_root', array( $this, 'filter_theme_root' ) );46 43 wp_clean_themes_cache(); 47 44 unset( $GLOBALS['wp_themes'] );
Note: See TracChangeset
for help on using the changeset viewer.