Make WordPress Core


Ignore:
Timestamp:
02/12/2009 06:31:16 PM (17 years ago)
Author:
ryan
Message:

Theme install updates from DD32. see #8652

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/theme-install.php

    r10553 r10559  
    1919
    2020wp_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' );
     21wp_enqueue_style( 'theme-install' );
     22wp_enqueue_script( 'theme-install' );
    2623
    2724add_thickbox();
     
    3229if ( 'search' == $tab )
    3330    $tabs['search'] = __('Search Results');
     31$tabs['tag-filter'] = __('Tag Filter');
    3432$tabs['featured'] = __('Featured');
    35 $tabs['popular']  = __('Popular');
     33//$tabs['popular']  = __('Popular');
    3634$tabs['new']      = __('Newest');
    3735$tabs['updated']  = __('Recently Updated');
Note: See TracChangeset for help on using the changeset viewer.