Opened 9 years ago
Closed 7 years ago
#2851 closed defect (bug) (fixed)
Widgets should not use placeholder-only translations
Reported by: | netweb | Owned by: | johnjamesjacoby |
---|---|---|---|
Milestone: | 2.6 | Priority: | normal |
Severity: | normal | Version: | 2.2 |
Component: | API - Widgets | Keywords: | commit |
Cc: |
Description
https://bbpress.trac.wordpress.org/browser/trunk/src/includes/common/widgets.php#L1191
e.g. printf( _x( '%1$s', 'widgets', 'bbpress' ), $reply_link );
Introduced in r4124
Via https://wordpress.slack.com/archives/meta-i18n/p1439096052000766
Change History (3)
Note: See
TracTickets for help on using
tickets.
How would we go about fixing this?
Instead of
Something like this: