Themes: After [37287], remove deprecated feature category.

See #33407.

git-svn-id: https://develop.svn.wordpress.org/trunk@37947 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling 2016-07-04 10:00:23 +00:00
parent 9eb8e29357
commit 222ef34ff2
1 changed files with 1 additions and 2 deletions

View File

@ -285,10 +285,9 @@ function get_theme_feature_list( $api = true ) {
set_site_transient( 'wporg_theme_feature_list', $feature_list, 3 * HOUR_IN_SECONDS ); set_site_transient( 'wporg_theme_feature_list', $feature_list, 3 * HOUR_IN_SECONDS );
$category_translations = array( $category_translations = array(
'Colors' => __( 'Colors' ),
'Layout' => __( 'Layout' ), 'Layout' => __( 'Layout' ),
'Features' => __( 'Features' ), 'Features' => __( 'Features' ),
'Subject' => __( 'Subject' ) 'Subject' => __( 'Subject' ),
); );
// Loop over the wporg canonical list and apply translations // Loop over the wporg canonical list and apply translations