Changeset 2175
- Timestamp:
- 01/31/05 18:46:17 (4 years ago)
- Files:
-
- trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/functions.php
r2167 r2175 1321 1321 while(($theme_dir = $themes_dir->read()) !== false) { 1322 1322 if (is_dir($theme_root . '/' . $theme_dir)) { 1323 if ($theme_dir == '.' || $theme_dir == '..') {1323 if ($theme_dir{0} == '.' || $theme_dir == '..' || $theme_dir == 'CVS') { 1324 1324 continue; 1325 1325 }
