mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Theme install updates from DD32. see #8652
git-svn-id: https://develop.svn.wordpress.org/trunk@10559 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -18,11 +18,8 @@ $title = __('Install Themes');
|
||||
$parent_file = 'themes.php';
|
||||
|
||||
wp_reset_vars( array('tab', 'paged') );
|
||||
//wp_enqueue_style( 'theme-install' );
|
||||
//wp_enqueue_script( 'theme-install' );
|
||||
//TODO: Combine? This'll do until a new UI is dreamed up though :)
|
||||
wp_enqueue_style( 'plugin-install' );
|
||||
wp_enqueue_script( 'plugin-install' );
|
||||
wp_enqueue_style( 'theme-install' );
|
||||
wp_enqueue_script( 'theme-install' );
|
||||
|
||||
add_thickbox();
|
||||
|
||||
@@ -31,8 +28,9 @@ $tabs = array();
|
||||
$tabs['dashboard'] = __('Start Page'); //TODO: Better name?
|
||||
if ( 'search' == $tab )
|
||||
$tabs['search'] = __('Search Results');
|
||||
$tabs['tag-filter'] = __('Tag Filter');
|
||||
$tabs['featured'] = __('Featured');
|
||||
$tabs['popular'] = __('Popular');
|
||||
//$tabs['popular'] = __('Popular');
|
||||
$tabs['new'] = __('Newest');
|
||||
$tabs['updated'] = __('Recently Updated');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user