Opened 11 years ago
Closed 11 years ago
#24022 closed defect (bug) (fixed)
3.5/wp-admin/user-new.php : duplicate case "does_not_exist":
Reported by: | tivnet | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 3.6 | Priority: | normal |
Severity: | normal | Version: | 3.1 |
Component: | Users | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
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;
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Appears to be a copy/paste error in [16294].