Changeset 2740
- Timestamp:
- 08/03/2005 12:24:13 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r2731 r2740 1542 1542 if ($themes_dir) { 1543 1543 while(($theme_dir = $themes_dir->read()) !== false) { 1544 if ( is_dir($theme_root . '/' . $theme_dir)) {1544 if ( is_dir($theme_root . '/' . $theme_dir) && is_readable($theme_root . '/' . $theme_dir) ) { 1545 1545 if ($theme_dir{0} == '.' || $theme_dir == '..' || $theme_dir == 'CVS') { 1546 1546 continue;
Note: See TracChangeset
for help on using the changeset viewer.