#35988 closed defect (bug) (fixed)
Avoid using HTML tags in translation strings (wp-admin/network/themes.php)
| Reported by: | | Owned by: | |
|---|---|---|---|
| Milestone: | 4.5 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | I18N | Keywords: | has-patch |
| Focuses: | administration | Cc: |
Description
Move the <strong> and <em> HTML tags out of the translation strings.
Old string:
<strong>%1$s</strong> by <em>%2$s</em>
New string:
%1$s by %2$s
Attachments (1)
Change History (4)
Note: See TracTickets for help on using tickets.
In 36770: