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:
Sergey Biryukov 2013-04-10 16:13:59 +00:00
parent 97e19c7c3a
commit 4471620636

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