Changeset 27885 for branches/3.7/src/wp-admin/includes/update-core.php
- Timestamp:
- 04/01/2014 03:35:23 AM (11 years ago)
- Location:
- branches/3.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.7
- Property svn:mergeinfo changed
/trunk merged: 26448,26734
- Property svn:mergeinfo changed
-
branches/3.7/src/wp-admin/includes/update-core.php
r27882 r27885 887 887 wp_remote_post($db_upgrade_url, array('timeout' => 60)); 888 888 889 // Clear the cache to prevent an update_option() from saving a stale db_version to the cache 890 wp_cache_flush(); 891 // (Not all cache backends listen to 'flush') 892 wp_cache_delete( 'alloptions', 'options' ); 893 889 894 // Remove working directory 890 895 $wp_filesystem->delete($from, true);
Note: See TracChangeset
for help on using the changeset viewer.