Ticket #26173: 26173.diff
File 26173.diff, 560 bytes (added by , 11 years ago) |
---|
-
src/wp-admin/includes/update-core.php
887 887 $db_upgrade_url = admin_url('upgrade.php?step=upgrade_db'); 888 888 wp_remote_post($db_upgrade_url, array('timeout' => 60)); 889 889 890 // Clear the cache to prevent an update_option() from saving a stale db_version to the cache 891 wp_cache_flush(); 892 890 893 // Remove working directory 891 894 $wp_filesystem->delete($from, true); 892 895