#6904 closed defect (bug) (fixed)
Avoid using HTML tags in translation strings (bp-messages/classes/class-bp-messages-component.php)
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.6 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | I18N | Keywords: | has-patch |
| Cc: |
Description
Old strings:
Messages <span class="%s">%s</span>Messages <span class="count">%s</span>Inbox <span class="count">%s</span>
New strings:
Messages %sMessages %sInbox %s
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
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.