Make WordPress Core


Ignore:
Timestamp:
02/12/2009 10:12:57 PM (16 years ago)
Author:
ryan
Message:

UI tweaks to theme installer. see #8652

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/theme-install.php

    r10559 r10567  
    2626//These are the tabs which are shown on the page,
    2727$tabs = array();
    28 $tabs['dashboard'] = __('Start Page'); //TODO: Better name?
     28$tabs['dashboard'] = __('Search');
    2929if ( 'search' == $tab )
    3030    $tabs['search'] = __('Search Results');
    31 $tabs['tag-filter'] = __('Tag Filter');
     31$tabs['upload'] = __('Upload');
    3232$tabs['featured'] = __('Featured');
    3333//$tabs['popular']  = __('Popular');
Note: See TracChangeset for help on using the changeset viewer.