Changeset 10559 for trunk/wp-admin/theme-install.php
- Timestamp:
- 02/12/2009 06:31:16 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/theme-install.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/theme-install.php
r10553 r10559 19 19 20 20 wp_reset_vars( array('tab', 'paged') ); 21 //wp_enqueue_style( 'theme-install' ); 22 //wp_enqueue_script( 'theme-install' ); 23 //TODO: Combine? This'll do until a new UI is dreamed up though :) 24 wp_enqueue_style( 'plugin-install' ); 25 wp_enqueue_script( 'plugin-install' ); 21 wp_enqueue_style( 'theme-install' ); 22 wp_enqueue_script( 'theme-install' ); 26 23 27 24 add_thickbox(); … … 32 29 if ( 'search' == $tab ) 33 30 $tabs['search'] = __('Search Results'); 31 $tabs['tag-filter'] = __('Tag Filter'); 34 32 $tabs['featured'] = __('Featured'); 35 $tabs['popular'] = __('Popular');33 //$tabs['popular'] = __('Popular'); 36 34 $tabs['new'] = __('Newest'); 37 35 $tabs['updated'] = __('Recently Updated');
Note: See TracChangeset
for help on using the changeset viewer.