[wp-trac] [WordPress Trac] #35723: Avoid using HTML tags in translation strings (wp-includes/ms-load.php)
WordPress Trac
noreply at wordpress.org
Fri Feb 5 21:06:08 UTC 2016
#35723: Avoid using HTML tags in translation strings (wp-includes/ms-load.php)
--------------------------+------------------------------
Reporter: ramiy | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: I18N | Version:
Severity: normal | Resolution:
Keywords: has-patch | Focuses:
--------------------------+------------------------------
Comment (by ramiy):
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`
--
Ticket URL: <https://core.trac.wordpress.org/ticket/35723#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list