Changeset 21127
- Timestamp:
- 06/26/2012 03:36:44 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.4/wp-includes/theme.php
r21063 r21127 382 382 return false; 383 383 foreach ( $sub_dirs as $sub_dir ) { 384 if ( ! is_dir( $theme_root . '/' . $dir ) || $dir[0] == '.' || $dir == 'CVS' )384 if ( ! is_dir( $theme_root . '/' . $dir . '/' . $sub_dir ) || $dir[0] == '.' || $dir == 'CVS' ) 385 385 continue; 386 386 if ( ! file_exists( $theme_root . '/' . $dir . '/' . $sub_dir . '/style.css' ) )
Note: See TracChangeset
for help on using the changeset viewer.