Changeset 55891
- Timestamp:
- 06/07/2023 08:27:17 PM (20 months ago)
- Location:
- trunk
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/load.php
r55890 r55891 949 949 } 950 950 951 if ( ! wp_using_themes() ) {952 return $themes;953 }954 955 951 if ( TEMPLATEPATH !== STYLESHEETPATH ) { 956 952 $themes[] = STYLESHEETPATH; -
trunk/tests/phpunit/includes/bootstrap.php
r55890 r55891 253 253 define( 'WP_DEFAULT_THEME', 'default' ); 254 254 } 255 define( 'WP_USE_THEMES', true );256 255 $wp_theme_directories = array(); 257 256
Note: See TracChangeset
for help on using the changeset viewer.