Changeset 26448
- Timestamp:
- 11/28/2013 02:15:55 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update-core.php
r26397 r26448 893 893 wp_remote_post($db_upgrade_url, array('timeout' => 60)); 894 894 895 // Clear the cache to prevent an update_option() from saving a stale db_version to the cache 896 wp_cache_flush(); 897 895 898 // Remove working directory 896 899 $wp_filesystem->delete($from, true);
Note: See TracChangeset
for help on using the changeset viewer.