#31849 closed defect (bug) (fixed)
Fix wrong use of __x()
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.3 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | I18N | Keywords: | has-patch |
| Focuses: | multisite | Cc: |
Description (last modified by )
Should be __()
Attachments (2)
Change History (8)
#2
follow-up:
↓ 3
@
11 years ago
- Component changed from General to I18N
- Description modified (diff)
- Focuses multisite added
- Keywords has-patch added
- Milestone changed from Awaiting Review to Future Release
Note: See
TracTickets for help on using
tickets.
_x()is actually correct since it has a context:'%1$s: site name. %2$s: site tagline.', But yeah, it should be moved to a translator comment and__().