Changeset 20551 for trunk/wp-includes/theme.php
- Timestamp:
- 04/20/2012 01:22:54 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/theme.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/theme.php
r20524 r20551 341 341 if ( is_array( $cached_roots ) ) { 342 342 foreach ( $cached_roots as $theme_dir => $theme_root ) { 343 // A cached theme root is no longer around, so skip it. 344 if ( ! isset( $relative_theme_roots[ $theme_root ] ) ) 345 continue; 343 346 $found_themes[ $theme_dir ] = array( 344 347 'theme_file' => $theme_dir . '/style.css',
Note: See TracChangeset
for help on using the changeset viewer.