From a1ec65b695ab2001e74907a4a712a039ef09f97b Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Tue, 24 Oct 2017 21:46:47 +0000 Subject: [PATCH] Themes: Harmonize list of theme features on Theme Install screen with list in the Customizer. Use the core list, rather than the .org API, due to inconsistencies and to ensure tags are translated. Props celloexpressions. See #37661, #42306. Built from https://develop.svn.wordpress.org/trunk@42003 git-svn-id: http://core.svn.wordpress.org/trunk@41837 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/theme-install.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/theme-install.php b/wp-admin/theme-install.php index 5acccf1a0e..43f105f377 100644 --- a/wp-admin/theme-install.php +++ b/wp-admin/theme-install.php @@ -198,7 +198,7 @@ include(ABSPATH . 'wp-admin/admin-header.php'); $features ) { echo '
'; $feature_name = esc_html( $feature_name ); diff --git a/wp-includes/version.php b/wp-includes/version.php index ff55036440..d7c580f6af 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-beta3-42002'; +$wp_version = '4.9-beta3-42003'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.