Changeset 45607 for trunk/tests/phpunit/tests/theme.php
- Timestamp:
- 07/08/2019 12:55:20 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/theme.php
r44966 r45607 244 244 foreach ( $themes as $name => $theme ) { 245 245 // switch to this theme 246 if ( $i === 2) {246 if ( 2 === $i ) { 247 247 switch_theme( $theme['Template'], $theme['Stylesheet'] ); 248 248 } else {
Note: See TracChangeset
for help on using the changeset viewer.