Opened 11 years ago
Closed 11 years ago
#33317 closed defect (bug) (fixed)
Missing i18n on site admin screens
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.3 | Priority: | normal |
| Severity: | normal | Version: | 4.3 |
| Component: | Administration | Keywords: | has-patch commit |
| Focuses: | multisite | Cc: |
Description
r33186 introduced some strings which aren't internationalised.
Attachments (1)
Change History (4)
#2
@
11 years ago
- Keywords commit added
We have the same strings internationalized in trunk/src/wp-admin/my-sites.php@33442#L110, so no new strings here.
33317.patch looks good. (Note: my-sites.php (and probably others) also doesn't use the trailing slash.)
Note: See
TracTickets for help on using
tickets.
33317.patch also corrects the trailing slash which is missing from the
get_home_url()calls.