#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 %s
Notifications %s
Unread %s
Commits (1)
- [10675] Remove markup from translatable strings when building Notifications nav items.… by @boonebgorges 9 years ago
Pull Requests
- Loading…
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.