From 2a020b2d935fa7e6a08574d8af1aae9b58a93764 Mon Sep 17 00:00:00 2001 From: Jon Cave Date: Sat, 24 Mar 2012 14:07:12 +0000 Subject: [PATCH] Use correct filter name in wp_update_themes(): s/load-plugins/load-themes/. See r19683, #18876. git-svn-id: https://develop.svn.wordpress.org/trunk@20286 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/update.php b/wp-includes/update.php index edb1dc549d..7fdaede33c 100644 --- a/wp-includes/update.php +++ b/wp-includes/update.php @@ -265,7 +265,7 @@ function wp_update_themes() { case 'load-update-core.php' : $timeout = 60; // 1 min break; - case 'load-plugins.php' : + case 'load-themes.php' : case 'load-update.php' : $timeout = 3600; // 1 hour break;