mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-02 05:31:25 +01:00
Fix copy/paste error in user-new.php. props tivnet. fixes #24022.
git-svn-id: http://core.svn.wordpress.org/trunk@23950 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
97e19c7c3a
commit
4471620636
@ -208,7 +208,7 @@ if ( isset($_GET['update']) ) {
|
||||
case "does_not_exist":
|
||||
$messages[] = __('The requested user does not exist.');
|
||||
break;
|
||||
case "does_not_exist":
|
||||
case "enter_email":
|
||||
$messages[] = __('Please enter a valid email address.');
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user