Changeset 10829 for trunk/wp-admin/plugin-install.php
- Timestamp:
- 03/20/2009 01:31:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugin-install.php
r10150 r10829 25 25 //These are the tabs which are shown on the page, 26 26 $tabs = array(); 27 $tabs['dashboard'] = __('S tart Page'); //TODO: Better name?27 $tabs['dashboard'] = __('Search'); //TODO: Better name? 28 28 if ( 'search' == $tab ) 29 29 $tabs['search'] = __('Search Results'); 30 $tabs['upload'] = __('Upload'); 30 31 $tabs['featured'] = __('Featured'); 31 32 $tabs['popular'] = __('Popular'); … … 33 34 $tabs['updated'] = __('Recently Updated'); 34 35 35 $nonmenu_tabs = array('install', 'plugin-information', ' upload'); //Valid actions to perform which do not have a Menu item.36 $nonmenu_tabs = array('install', 'plugin-information', 'do_upload'); //Valid actions to perform which do not have a Menu item. 36 37 37 38 $tabs = apply_filters('install_plugins_tabs', $tabs );
Note: See TracChangeset
for help on using the changeset viewer.