From 10819d629fd1c0de72e65e779393495e704799f3 Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Fri, 9 Dec 2016 20:50:41 +0000 Subject: [PATCH] Accessibility: Remove inappropriate content from the Edit Categories and Edit Tags screens headings. See #26601. Built from https://develop.svn.wordpress.org/trunk@39553 git-svn-id: http://core.svn.wordpress.org/trunk@39493 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-tags.php | 7 +++++-- wp-includes/version.php | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/wp-admin/edit-tags.php b/wp-admin/edit-tags.php index e90a87f760..b0d73ded5c 100644 --- a/wp-admin/edit-tags.php +++ b/wp-admin/edit-tags.php @@ -290,13 +290,16 @@ if ( is_plugin_active( 'wpcat2tag-importer/wpcat2tag-importer.php' ) ) { ?>
-

+ +' . __( 'Search results for “%s”' ) . '', esc_html( wp_unslash( $_REQUEST['s'] ) ) ); } ?> - + +

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