Changeset 18632 for trunk/wp-admin/includes/upgrade.php
- Timestamp:
- 09/03/2011 02:18:10 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/upgrade.php
r18552 r18632 577 577 if (!$got_gmt_fields) { 578 578 579 // Add or sub stract time to all dates, to get GMT dates579 // Add or subtract time to all dates, to get GMT dates 580 580 $add_hours = intval($diff_gmt_weblogger); 581 581 $add_minutes = intval(60 * ($diff_gmt_weblogger - $add_hours)); … … 1608 1608 1609 1609 // Copy files from the old locations to the site theme. 1610 // TODO: This does not copy arbit arary include dependencies. Only the1610 // TODO: This does not copy arbitrary include dependencies. Only the 1611 1611 // standard WP files are copied. 1612 1612 $files = array('index.php' => 'index.php', 'wp-layout.css' => 'style.css', 'wp-comments.php' => 'comments.php', 'wp-comments-popup.php' => 'comments-popup.php');
Note: See TracChangeset
for help on using the changeset viewer.