Fix copy/paste error in user-new.php. props tivnet. fixes #24022.

git-svn-id: https://develop.svn.wordpress.org/trunk@23950 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2013-04-10 16:13:59 +00:00
parent 021c744c82
commit d7d0217f0e
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}