From 58af8a0784ac7fecde68012970a886daaf6ba245 Mon Sep 17 00:00:00 2001 From: Konstantin Obenland Date: Fri, 10 Jul 2015 22:23:24 +0000 Subject: [PATCH] Better context for autofocused elements for screen readers. Props joedolson for initial patch. Fixes #30706. Built from https://develop.svn.wordpress.org/trunk@33158 git-svn-id: http://core.svn.wordpress.org/trunk@33130 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-customize-control.php | 6 ++---- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/wp-includes/class-wp-customize-control.php b/wp-includes/class-wp-customize-control.php index 59f980ee73..51e35611d2 100644 --- a/wp-includes/class-wp-customize-control.php +++ b/wp-includes/class-wp-customize-control.php @@ -1310,10 +1310,8 @@ class WP_Customize_Header_Image_Control extends WP_Customize_Image_Control {
- - - - + +
diff --git a/wp-includes/version.php b/wp-includes/version.php index bbd315a581..8df10eafd4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-beta2-33157'; +$wp_version = '4.3-beta2-33158'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.