From e28dfcd5840042fb05a44ef5299c5189a420a95e Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Tue, 24 Oct 2017 21:45:14 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@42003 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/theme-install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/theme-install.php b/src/wp-admin/theme-install.php index 5acccf1a0e..43f105f377 100644 --- a/src/wp-admin/theme-install.php +++ b/src/wp-admin/theme-install.php @@ -198,7 +198,7 @@ include(ABSPATH . 'wp-admin/admin-header.php'); $features ) { echo '
'; $feature_name = esc_html( $feature_name );