[wp-trac] [WordPress Trac] #24022: 3.5/wp-admin/user-new.php : duplicate case "does_not_exist":
WordPress Trac
noreply at wordpress.org
Wed Apr 10 02:41:14 UTC 2013
#24022: 3.5/wp-admin/user-new.php : duplicate case "does_not_exist":
-----------------------------+--------------------------
Reporter: tivnet | Type: defect (bug)
Status: new | Priority: normal
Milestone: Awaiting Review | Component: General
Version: 3.5.1 | Severity: normal
Keywords: needs-patch |
-----------------------------+--------------------------
Line 209:
{{{
case "does_not_exist":
$messages[] = __('The requested user does not exist.');
break;
case "does_not_exist":
$messages[] = __('Please enter a valid email address.');
break;
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/24022>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list