Make WordPress Core

Changeset 29904


Ignore:
Timestamp:
10/15/2014 05:21:43 PM (10 years ago)
Author:
ocean90
Message:

Theme install: Remove unused strings.

fixes #29488.

File:
1 edited

Legend:

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

    r29634 r29904  
    2727    $submenu_file = 'themes.php';
    2828}
    29 
    30 $sections = array(
    31     'featured' => __( 'Featured Themes' ),
    32     'popular'  => __( 'Popular Themes' ),
    33     'new'      => __( 'Newest Themes' ),
    34 );
    3529
    3630$installed_themes = search_theme_directories();
     
    5852    ),
    5953    'installedThemes' => array_keys( $installed_themes ),
    60     'browse' => array(
    61         'sections' => $sections,
    62     ),
    6354) );
    6455
Note: See TracChangeset for help on using the changeset viewer.