Changeset 10567 for trunk/wp-admin/theme-install.php
- Timestamp:
- 02/12/2009 10:12:57 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/theme-install.php
r10559 r10567 26 26 //These are the tabs which are shown on the page, 27 27 $tabs = array(); 28 $tabs['dashboard'] = __('S tart Page'); //TODO: Better name?28 $tabs['dashboard'] = __('Search'); 29 29 if ( 'search' == $tab ) 30 30 $tabs['search'] = __('Search Results'); 31 $tabs[' tag-filter'] = __('Tag Filter');31 $tabs['upload'] = __('Upload'); 32 32 $tabs['featured'] = __('Featured'); 33 33 //$tabs['popular'] = __('Popular');
Note: See TracChangeset
for help on using the changeset viewer.