#6901 closed defect (bug) (fixed)
Avoid using HTML tags in translation strings (bp-notifications/classes/class-bp-notifications-component.php)
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.6 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | I18N | Keywords: | has-patch |
| Cc: |
Description
Old strings:
Notifications <span class="%s">%s</span>Notifications <span class="count">%s</span>Unread <span class="count">%s</span>
New string:
Notifications %sNotifications %sUnread %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 a translator comment explaining the values they will be replaced with.