Make the Twenty Fifteen search form submit button screen reader accessible rather than hidden to all users. Fixes #30110. Props mattweibe, rianrietveld.

Built from https://develop.svn.wordpress.org/trunk@30053


git-svn-id: http://core.svn.wordpress.org/trunk@30053 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn
2014-10-28 18:14:18 +00:00
parent bd48b40cc4
commit bc9446bd69
3 changed files with 15 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.1-alpha-30052';
$wp_version = '4.1-alpha-30053';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.