Changeset 12513 for trunk/wp-admin/includes/upgrade.php
- Timestamp:
- 12/23/2009 03:16:53 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/upgrade.php
r12366 r12513 1520 1520 //$files = array('index.php', 'comments.php', 'comments-popup.php', 'footer.php', 'header.php', 'sidebar.php', 'style.css'); 1521 1521 1522 $theme_dir = @ opendir( "$default_dir");1522 $theme_dir = @ opendir($default_dir); 1523 1523 if ($theme_dir) { 1524 1524 while(($theme_file = readdir( $theme_dir )) !== false) {
Note: See TracChangeset
for help on using the changeset viewer.