[wp-trac] [WordPress Trac] #34686: Avoid using <a> tags in translation strings

WordPress Trac noreply at wordpress.org
Sun Nov 15 03:18:17 UTC 2015


#34686: Avoid using <a> tags in translation strings
--------------------------+-----------------------------
 Reporter:  ramiy         |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  I18N          |    Version:
 Severity:  normal        |   Keywords:
  Focuses:                |
--------------------------+-----------------------------
 Replace the old string:

 `<a href="%1$s">%2$s at %3$s</a>`

 With the new:

 `%1$s at %2$s`

 Moving the `<a>` tag out of the translation string to the code.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/34686>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list