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

WordPress Trac noreply at wordpress.org
Sun Feb 28 22:56:44 UTC 2016


#35988: Avoid using HTML tags in translation strings (wp-admin/network/themes.php)
----------------------------+-----------------------------
 Reporter:  ramiy           |      Owner:
     Type:  defect (bug)    |     Status:  new
 Priority:  normal          |  Milestone:  Awaiting Review
Component:  I18N            |    Version:
 Severity:  normal          |   Keywords:
  Focuses:  administration  |
----------------------------+-----------------------------
 Move the `<strong>` and `<em>` HTML tags out of the translation strings.

 Old string:

 * `<strong>%1$s</strong> by <em>%2$s</em>`

 New string:

 * `%1$s by %2$s`

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


More information about the wp-trac mailing list