[wp-trac] [WordPress Trac] #35670: Avoid using HTML tags in translation strings (network documentation links)

WordPress Trac noreply at wordpress.org
Sun Jan 31 15:01:06 UTC 2016


#35670: Avoid using HTML tags in translation strings (network documentation links)
--------------------------+------------------------------
 Reporter:  ramiy         |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  I18N          |     Version:
 Severity:  normal        |  Resolution:
 Keywords:  has-patch     |     Focuses:
--------------------------+------------------------------
Changes (by ramiy):

 * keywords:   => has-patch


Comment:

 I can replace:
 {{{
 esc_url( 'https://codex.wordpress.org/Tools_Network_Screen' )
 }}}

 With:
 {{{
 esc_url( __( 'https://codex.wordpress.org/Tools_Network_Screen' ) )
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/35670#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list