consolidate plugin/theme/core upgrade/install functions. Props DD32. see #7875

git-svn-id: http://svn.automattic.com/wordpress/trunk@11005 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2009-04-19 19:36:28 +00:00
parent c72dd79062
commit 1cd542a5e2
13 changed files with 1176 additions and 1182 deletions

View File

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