From c1f59f9fe33ca38e918d4a03e53891494ca9bd7e Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Tue, 6 Dec 2016 22:24:41 +0000 Subject: [PATCH] Accessibility: Remove inappropriate content from the Add Themes screen heading. Props joedolson. See #26601. Built from https://develop.svn.wordpress.org/trunk@39527 git-svn-id: http://core.svn.wordpress.org/trunk@39467 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/theme-install.php | 10 +++++++--- wp-includes/version.php | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/wp-admin/theme-install.php b/wp-admin/theme-install.php index dadef0dd4b..0dd0e1ff43 100644 --- a/wp-admin/theme-install.php +++ b/wp-admin/theme-install.php @@ -119,8 +119,9 @@ include(ABSPATH . 'wp-admin/admin-header.php'); ?>
-

+ + ' . __( 'Upload Theme' ) . ''; } - ?> + ?> + +
+

diff --git a/wp-includes/version.php b/wp-includes/version.php index c40f009536..c0b689a6a5 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-39526'; +$wp_version = '4.8-alpha-39527'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.