Changeset 11005 for trunk/wp-admin/theme-install.php
- Timestamp:
- 04/19/2009 07:36:28 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/theme-install.php
r10900 r11005 36 36 $tabs['updated'] = __('Recently Updated'); 37 37 38 $nonmenu_tabs = array(' install', 'theme-information', 'do_upload'); //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 40 $tabs = apply_filters('install_themes_tabs', $tabs );
Note: See TracChangeset
for help on using the changeset viewer.