UI tweaks to theme installer. see #8652

git-svn-id: https://develop.svn.wordpress.org/trunk@10567 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2009-02-12 22:12:57 +00:00
parent f1e83f7c5c
commit 3ad46a7fc9
2 changed files with 18 additions and 84 deletions

View File

@@ -25,10 +25,10 @@ add_thickbox();
//These are the tabs which are shown on the page,
$tabs = array();
$tabs['dashboard'] = __('Start Page'); //TODO: Better name?
$tabs['dashboard'] = __('Search');
if ( 'search' == $tab )
$tabs['search'] = __('Search Results');
$tabs['tag-filter'] = __('Tag Filter');
$tabs['upload'] = __('Upload');
$tabs['featured'] = __('Featured');
//$tabs['popular'] = __('Popular');
$tabs['new'] = __('Newest');