Changeset 21126
- Timestamp:
- 06/26/2012 03:36:03 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/theme.php
r21080 r21126 394 394 return false; 395 395 foreach ( $sub_dirs as $sub_dir ) { 396 if ( ! is_dir( $theme_root . '/' . $dir ) || $dir[0] == '.' || $dir == 'CVS' )396 if ( ! is_dir( $theme_root . '/' . $dir . '/' . $sub_dir ) || $dir[0] == '.' || $dir == 'CVS' ) 397 397 continue; 398 398 if ( ! file_exists( $theme_root . '/' . $dir . '/' . $sub_dir . '/style.css' ) )
Note: See TracChangeset
for help on using the changeset viewer.