#16861 closed defect (bug) (fixed)
No i18n in admin_created_user_subject()
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.2 | Priority: | normal |
| Severity: | minor | Version: | 3.1 |
| Component: | I18N | Keywords: | has-patch |
| Focuses: | Cc: |
Description
./wp-admin/user-new.php
~line 33
function admin_created_user_subject( $text ) {
return "[" . get_bloginfo('name') . "] Your site invite";
}
where is l10n function? :-)
Attachments (1)
Change History (9)
Note: See
TracTickets for help on using
tickets.
The entire string should be translated, and the blogname sprintf'd into the larger string.