From fa998d9b8ce90cf5a3c9082eb46df9e7b46b0850 Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Fri, 8 Jan 2016 19:00:39 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@36222 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/general-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/general-template.php b/src/wp-includes/general-template.php index 151daf860c..3e13925bcc 100644 --- a/src/wp-includes/general-template.php +++ b/src/wp-includes/general-template.php @@ -226,7 +226,7 @@ function get_search_form( $echo = true ) { $form = '';