- Timestamp:
- 10/24/2022 06:35:30 PM (2 years ago)
- Location:
- branches/6.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.1
-
branches/6.1/tests/phpunit/tests/l10n/loadTextdomain.php
r53874 r54682 29 29 global $wp_textdomain_registry; 30 30 31 $wp_textdomain_registry ->reset();31 $wp_textdomain_registry = new WP_Textdomain_Registry(); 32 32 } 33 33 … … 37 37 global $wp_textdomain_registry; 38 38 39 $wp_textdomain_registry ->reset();39 $wp_textdomain_registry = new WP_Textdomain_Registry(); 40 40 41 41 parent::tear_down();
Note: See TracChangeset
for help on using the changeset viewer.