Opened 12 years ago
Closed 12 years ago
#21415 closed defect (bug) (fixed)
Typo in wp-admin/user-new.php
Reported by: | lesteph | Owned by: | ryan |
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | trivial | Version: | 3.0 |
Component: | Administration | Keywords: | easy-fix has-patch commit |
Focuses: | Cc: |
Description
The $_GET[update
] array used to store confirmation messages in wp-admin/user-new.php following an attempt to create a new user by a site admin has a case 'newuserconfimation' (line 188). This phrase is also used in a redirect (line 127).
This should correct spelling of this should be 'newuserconfirmation' (i.e. with an extra r).
It's a small thing, but stumped me for a while as I was trying to customise this message.
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
Looks like this was introduced into WP in [12722] (as part of the WPMU merge).