Accessibility: remove no-purpose title attributes from the login screen.

Also, it's hard to convey the ironic tone of the sentences used for these title attributes in languages other than English.

Fixes #34943.
Built from https://develop.svn.wordpress.org/trunk@35846


git-svn-id: http://core.svn.wordpress.org/trunk@35810 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrea Fercia
2015-12-09 22:20:29 +00:00
parent 17061829e4
commit 2ae5db3856
2 changed files with 4 additions and 4 deletions

View File

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