mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-22 08:11:52 +01:00
Ensure sanitize_user()
expected test values are lowercase on multisite.
[30524] neglected to account for the fact that multisite forces user logins to lowercase. See #30284. Built from https://develop.svn.wordpress.org/trunk@30527 git-svn-id: http://core.svn.wordpress.org/trunk@30516 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
21771656ea
commit
de1f2d6ad7
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.1-beta2-30526';
|
||||
$wp_version = '4.1-beta2-30527';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user