equal
deleted
inserted
replaced
28 $tabs = array(); |
28 $tabs = array(); |
29 $tabs['dashboard'] = __('Search'); |
29 $tabs['dashboard'] = __('Search'); |
30 if ( 'search' == $tab ) |
30 if ( 'search' == $tab ) |
31 $tabs['search'] = __('Search Results'); |
31 $tabs['search'] = __('Search Results'); |
32 $tabs['upload'] = __('Upload'); |
32 $tabs['upload'] = __('Upload'); |
33 $tabs['featured'] = __('Featured'); |
33 $tabs['featured'] = _x('Featured','Theme Installer'); |
34 //$tabs['popular'] = __('Popular'); |
34 //$tabs['popular'] = _x('Popular','Theme Installer'); |
35 $tabs['new'] = __('Newest'); |
35 $tabs['new'] = _x('Newest','Theme Installer'); |
36 $tabs['updated'] = __('Recently Updated'); |
36 $tabs['updated'] = _x('Recently Updated','Theme Installer'); |
37 |
37 |
38 $nonmenu_tabs = array('theme-information'); //Valid actions to perform which do not have a Menu item. |
38 $nonmenu_tabs = array('theme-information'); //Valid actions to perform which do not have a Menu item. |
39 |
39 |
40 $tabs = apply_filters('install_themes_tabs', $tabs ); |
40 $tabs = apply_filters('install_themes_tabs', $tabs ); |
41 $nonmenu_tabs = apply_filters('install_themes_nonmenu_tabs', $nonmenu_tabs); |
41 $nonmenu_tabs = apply_filters('install_themes_nonmenu_tabs', $nonmenu_tabs); |