#6906 closed defect (bug) (fixed)
Avoid using HTML tags in translation strings (bp-groups/classes/class-bp-groups-component.php)
| Reported by: | ramiy | Owned by: | boonebgorges |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.6 |
| Component: | I18N | Version: | |
| Severity: | normal | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.