mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user