Opened 9 years ago
Closed 9 years ago
#41695 closed defect (bug) (fixed)
i18n: Avoid using HTML tags in translation strings (wp-admin/includes/class-theme-upgrader.php)
| Reported by: | ramiy | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.9 |
| Component: | I18N | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | administration |
Description
This patch removes HTML <strong> tags from translation strings. Replacing <strong>%s</strong> with %s moving the HTML tags outside.
Old string:
<strong>The parent theme could not be found.</strong> You will need to install the parent theme, <strong>%s</strong>, before you can use this child theme.
New string:
<strong>The parent theme could not be found.</strong> You will need to install the parent theme, %s, before you can use this child theme.
Attachments (2)
Change History (5)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 41909: