Opened 14 years ago
Closed 14 years ago
#21415 closed defect (bug) (fixed)
Typo in wp-admin/user-new.php
| Reported by: | lesteph | Owned by: | ryan |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Administration | Version: | 3.0 |
| Severity: | trivial | Keywords: | easy-fix has-patch commit |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Looks like this was introduced into WP in [12722] (as part of the WPMU merge).