Changeset 12117
- Timestamp:
- 10/27/2009 04:45:30 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/theme.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/theme.php
r12091 r12117 575 575 while ( ($theme_file = readdir($stylish_dir)) !== false ) { 576 576 if ( $theme_file == 'style.css' ) { 577 $theme_files[ $theme_dir] = array( 'theme_file' => $subdir_name . '/' . $theme_dir . '/' . $theme_file, 'theme_root' => $theme_root );577 $theme_files["$theme_dir/$theme_subdir"] = array( 'theme_file' => $subdir_name . '/' . $theme_subdir . '/' . $theme_file, 'theme_root' => $theme_root ); 578 578 $found_stylesheet = true; 579 579 break;
Note: See TracChangeset
for help on using the changeset viewer.