#16861 closed defect (bug) (fixed)
No i18n in admin_created_user_subject()
| Reported by: | mrMagister | Owned by: | mrMagister |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.2 |
| Component: | I18N | Version: | 3.1 |
| Severity: | minor | Keywords: | has-patch |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
The entire string should be translated, and the blogname sprintf'd into the larger string.