From c83f96ec610eea8e3582795a31c2bee10bdf842e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helen=20Hou-Sand=C3=AD?= Date: Fri, 21 Nov 2014 16:25:23 +0000 Subject: [PATCH] Sessions UI: Ensure screen readers provide feedback on action taken. Also fixes some invalid HTML that occurs on DOM changes. props joedolson. fixes #30364. Built from https://develop.svn.wordpress.org/trunk@30504 git-svn-id: http://core.svn.wordpress.org/trunk@30493 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/user-edit.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/user-edit.php b/wp-admin/user-edit.php index 2563f638f5..f5d7e432c0 100644 --- a/wp-admin/user-edit.php +++ b/wp-admin/user-edit.php @@ -490,8 +490,8 @@ if ( $show_password_fields ) : get_all() ) > 1 ) ) { ?>   - -

+ +

diff --git a/wp-includes/version.php b/wp-includes/version.php index ba761cae43..b4490e5d6d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-beta2-30503'; +$wp_version = '4.1-beta2-30504'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.