#35988 closed defect (bug) (fixed)
Avoid using HTML tags in translation strings (wp-admin/network/themes.php)
| Reported by: | ramiy | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.5 |
| Component: | I18N | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | administration |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 36770: