From 3ee38c0a0587186b1a3796c0a7d6239bd688ba07 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Sat, 16 Dec 2017 13:41:48 +0000 Subject: [PATCH] Login and Registration: Instruct the browser to disable autocapitalisation for the user login field on the login screen. Props drywallbmb Fixes #42886 Built from https://develop.svn.wordpress.org/trunk@42406 git-svn-id: http://core.svn.wordpress.org/trunk@42235 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- wp-login.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index ff2cebbed0..01439fdecb 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-42405'; +$wp_version = '5.0-alpha-42406'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. diff --git a/wp-login.php b/wp-login.php index 4453f82032..6415b1544a 100644 --- a/wp-login.php +++ b/wp-login.php @@ -603,7 +603,7 @@ switch ( $action ) {

+

" method="post" novalidate="novalidate">

+

+ class="input" value="" size="20" autocapitalize="off" />