#6903 closed defect (bug) (fixed)
Avoid using HTML tags in translation strings (bp-activity/classes/class-bp-activity-component.php)
| Reported by: | ramiy | Owned by: | boonebgorges |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.6 |
| Component: | I18N | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
Old string:
Mentions <span class="count">%s</span>
New string:
Mentions %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 a new placeholder token in the string, but I believe there should be a translator comment explaining the value it will be replaced with.