mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user