Use correct filter name in wp_update_themes(): s/load-plugins/load-themes/. See r19683, #18876.
git-svn-id: http://svn.automattic.com/wordpress/trunk@20286 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
64f77982ab
commit
ee8a368f1c
|
@ -265,7 +265,7 @@ function wp_update_themes() {
|
||||||
case 'load-update-core.php' :
|
case 'load-update-core.php' :
|
||||||
$timeout = 60; // 1 min
|
$timeout = 60; // 1 min
|
||||||
break;
|
break;
|
||||||
case 'load-plugins.php' :
|
case 'load-themes.php' :
|
||||||
case 'load-update.php' :
|
case 'load-update.php' :
|
||||||
$timeout = 3600; // 1 hour
|
$timeout = 3600; // 1 hour
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue