Use transient for update_core, update_plugins, update_themes. see #9048

git-svn-id: https://develop.svn.wordpress.org/trunk@10515 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2009-02-06 18:06:20 +00:00
parent ac427bbdcc
commit 4e52545293
4 changed files with 18 additions and 18 deletions

View File

@@ -254,7 +254,7 @@ function update_core($from, $to) {
$wp_filesystem->delete($from, true);
// Force refresh of update information
delete_option('update_core');
delete_transient('update_core');
// Remove maintenance file, we're done.
$wp_filesystem->delete($maintenance_file);