Multisite: Disable autocapitalize and autocorrect for user_name input on signup

Props rafaelangeline.
Fixes #36833.

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


git-svn-id: http://core.svn.wordpress.org/trunk@37514 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Jeremy Felt
2016-05-24 03:43:27 +00:00
parent 6d7abb8fd3
commit a021ab4ce0
2 changed files with 2 additions and 2 deletions

View File

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