From 222ef34ff20d9f442a000213fceec9b0dac701f6 Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Mon, 4 Jul 2016 10:00:23 +0000 Subject: [PATCH] Themes: After [37287], remove deprecated feature category. See #33407. git-svn-id: https://develop.svn.wordpress.org/trunk@37947 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/theme.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/wp-admin/includes/theme.php b/src/wp-admin/includes/theme.php index 1858cd5bc8..13ecf9f71a 100644 --- a/src/wp-admin/includes/theme.php +++ b/src/wp-admin/includes/theme.php @@ -285,10 +285,9 @@ function get_theme_feature_list( $api = true ) { set_site_transient( 'wporg_theme_feature_list', $feature_list, 3 * HOUR_IN_SECONDS ); $category_translations = array( - 'Colors' => __( 'Colors' ), 'Layout' => __( 'Layout' ), 'Features' => __( 'Features' ), - 'Subject' => __( 'Subject' ) + 'Subject' => __( 'Subject' ), ); // Loop over the wporg canonical list and apply translations