#6906 closed defect (bug) (fixed)
Avoid using HTML tags in translation strings (bp-groups/classes/class-bp-groups-component.php)
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.6 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | I18N | Keywords: | has-patch |
| Cc: |
Description
Old strings:
Groups <span class="%s">%s</span>Groups <span class="count">%s</span>Pending Invites <span class="count">%s</span>
New strings:
Groups %sGroups %sPending Invites %s
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
The patch provides new placeholder tokens in the strings, but I believe there should be translator comments explaining the values they will be replaced with.