From 1f9c29d98fa9c2ea6072b3c9506bde30c0b8bbdb Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Fri, 8 Jan 2016 19:01:26 +0000 Subject: [PATCH] Accessibility: remove the title attribute from the `get_search_form()` HTML5 search field. It was added in [23801] as a workaround for issues with very old browser/screen reader combos (Jaws7/IE6). No more necessary today. Reduces redundancy and noise for screen reader users. See #16539. Fixes #33952. Built from https://develop.svn.wordpress.org/trunk@36222 git-svn-id: http://core.svn.wordpress.org/trunk@36189 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/general-template.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index 151daf860c..3e13925bcc 100644 --- a/wp-includes/general-template.php +++ b/wp-includes/general-template.php @@ -226,7 +226,7 @@ function get_search_form( $echo = true ) { $form = ''; diff --git a/wp-includes/version.php b/wp-includes/version.php index b1a5e3ffad..4486701e97 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-36221'; +$wp_version = '4.5-alpha-36222'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.