Changeset 43571 for trunk/tests/phpunit/tests/theme/WPTheme.php
- Timestamp:
- 08/17/2018 01:50:26 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/theme/WPTheme.php
r42343 r43571 182 182 update_site_option( 'allowedthemes', $current_allowed_themes ); // reset previous value. 183 183 $current_allowed_themes = array_merge( 184 $current_allowed_themes, array( 184 $current_allowed_themes, 185 array( 185 186 'testtheme-2' => true, 186 187 'testtheme-3' => true,
Note: See TracChangeset
for help on using the changeset viewer.