From 1d13c64927a0efa557be4e7df9446ace185f313e Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Mon, 4 Jul 2016 10:01:28 +0000 Subject: [PATCH] Themes: After [37287], remove deprecated feature category. See #33407. Built from https://develop.svn.wordpress.org/trunk@37947 git-svn-id: http://core.svn.wordpress.org/trunk@37888 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/theme.php | 3 +-- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/wp-admin/includes/theme.php b/wp-admin/includes/theme.php index 1858cd5bc8..13ecf9f71a 100644 --- a/wp-admin/includes/theme.php +++ b/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 diff --git a/wp-includes/version.php b/wp-includes/version.php index c12887c0cb..18c9470ee6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-beta1-37946'; +$wp_version = '4.6-beta1-37947'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.