Changeset 9086
- Timestamp:
- 10/05/08 06:00:24 (2 months ago)
- Files:
-
- trunk/wp-admin/includes/update-core.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/includes/update-core.php
r9085 r9086 200 200 } 201 201 202 // Upgrade DB with separate request203 apply_filters('update_feedback', __('Upgrading database'));204 $db_upgrade_url = admin_url('upgrade.php?step=upgrade_db');205 wp_remote_post($db_upgrade_url, array('timeout' => 60));206 207 202 // Remove old files 208 203 foreach ( $_old_files as $old_file ) { … … 213 208 } 214 209 210 // Upgrade DB with separate request 211 apply_filters('update_feedback', __('Upgrading database')); 212 $db_upgrade_url = admin_url('upgrade.php?step=upgrade_db'); 213 wp_remote_post($db_upgrade_url, array('timeout' => 60)); 214 215 215 // Remove working directory 216 216 $wp_filesystem->delete($from, true);
