#35992 closed defect (bug) (fixed)
Avoid using HTML tags in translation strings (wp-includes/class-wp-customize-manager.php)
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.5 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | I18N | Keywords: | has-patch |
| Focuses: | administration | Cc: |
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.
In 36772: