Opened 10 years ago
Closed 10 years ago
#35723 closed defect (bug) (wontfix)
Avoid using HTML tags in translation strings (wp-includes/ms-load.php)
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | I18N | Keywords: | has-patch |
| Focuses: | Cc: |
Description
See the attached patch.
Attachments (2)
Change History (6)
#2
@
10 years ago
Old strings:
Read the <a href="%s" target="_blank">bug report</a> page. Some of the guidelines there may help you figure out what went wrong.
https://codex.wordpress.org/Debugging_a_WordPress_Network
New strings:
Read the %s page. Some of the guidelines there may help you figure out what went wrong.
bug report
https://codex.wordpress.org/Debugging_a_WordPress_Network
This ticket was mentioned in Slack in #core-i18n by ocean90. View the logs.
10 years ago
Note: See
TracTickets for help on using
tickets.
Add esc_url()