Upload theme from zip fixes. see #8652

git-svn-id: https://develop.svn.wordpress.org/trunk@10650 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2009-02-25 23:43:30 +00:00
parent 5b21863011
commit dcbe2f432d
2 changed files with 4 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ $tabs['featured'] = __('Featured');
$tabs['new'] = __('Newest');
$tabs['updated'] = __('Recently Updated');
$nonmenu_tabs = array('install', 'theme-information', 'upload'); //Valid actions to perform which do not have a Menu item.
$nonmenu_tabs = array('install', 'theme-information', 'do_upload'); //Valid actions to perform which do not have a Menu item.
$tabs = apply_filters('install_themes_tabs', $tabs );
$nonmenu_tabs = apply_filters('install_themes_nonmenu_tabs', $nonmenu_tabs);