#16861 closed defect (bug) (fixed)
No i18n in admin_created_user_subject()
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.2 |
| Component: | I18N | Version: | 3.1 |
| Severity: | minor | Keywords: | has-patch |
| Cc: | ldebrouwer |
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)
comment:1
ldebrouwer
— 2 years ago
- Cc ldebrouwer added
- Keywords has-patch needs-testing added; needs-patch removed
comment:3
ldebrouwer
— 2 years ago
- Keywords needs-testing added; needs-patch removed
Uploaded a sprintf'd version.
comment:4
ldebrouwer
— 2 years ago
- Keywords has-patch added
comment:5
scribu
— 2 years ago
- Component changed from Multisite to I18N
- Keywords 3.2-early added; needs-testing removed
- Milestone changed from Awaiting Review to Future Release
- Summary changed from Need translate to No i18n in admin_created_user_subject()
Note: See
TracTickets for help on using
tickets.
The entire string should be translated, and the blogname sprintf'd into the larger string.