From 87882d0463a7a7d6f403a0f14002fb8023879fec Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Wed, 7 Dec 2016 18:29:38 +0000 Subject: [PATCH] Accessibility: Remove inappropriate content from the Users screen heading. See #26601. Built from https://develop.svn.wordpress.org/trunk@39534 git-svn-id: http://core.svn.wordpress.org/trunk@39474 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/users.php | 9 ++++++--- wp-includes/version.php | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/wp-admin/users.php b/wp-admin/users.php index 24367647b2..214c06d8d3 100644 --- a/wp-admin/users.php +++ b/wp-admin/users.php @@ -491,9 +491,11 @@ if ( ! empty($messages) ) { } ?>
-

-

+ + @@ -505,7 +507,8 @@ if ( strlen( $usersearch ) ) { printf( '' . __( 'Search results for “%s”' ) . '', esc_html( $usersearch ) ); } ?> - + +
views(); ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index 0d365e54a5..d62890852a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-39533'; +$wp_version = '4.8-alpha-39534'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.