#35992 closed defect (bug) (fixed)
Avoid using HTML tags in translation strings (wp-includes/class-wp-customize-manager.php)
| Reported by: | ramiy | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.5 |
| Component: | I18N | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | administration |
Description
Old string:
Removing %1$s manually will cause PHP warnings. Use the <a href="%2$s">%3$s</a> filter instead.
New string:
Removing %1$s manually will cause PHP warnings. Use the %2$s filter instead.
See the attached patch.
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 36772: