[wp-trac] [WordPress Trac] #35679: Avoid using HTML tags in translation strings (wp-admin/plugins.php)

WordPress Trac noreply at wordpress.org
Fri Feb 5 20:39:01 UTC 2016


#35679: Avoid using HTML tags in translation strings (wp-admin/plugins.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:

 * `<strong>%1$s</strong> by <em>%2$s</em> (will also <strong>delete its
 data</strong>)`
 * `<strong>%1$s</strong> by <em>%2$s</em>`

 New strings:

 * `%1$s by %2$s`
 * `(will also <strong>delete its data</strong>)`

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


More information about the wp-trac mailing list