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

WordPress Trac noreply at wordpress.org
Mon Jan 20 13:16:17 UTC 2020


#49243: i18n: Avoid using HTML tags in translation strings (wp-admin/themes.php)
---------------------------------------+------------------------------
 Reporter:  ramiy                      |       Owner:  SergeyBiryukov
     Type:  defect (bug)               |      Status:  assigned
 Priority:  normal                     |   Milestone:  Awaiting Review
Component:  I18N                       |     Version:
 Severity:  normal                     |  Resolution:
 Keywords:  has-screenshots has-patch  |     Focuses:  administration
---------------------------------------+------------------------------
Changes (by ramiy):

 * keywords:   => has-screenshots has-patch


Comment:

 This patch simplifies the translation string by removing the HTML tags
 from the string.

 **Original string:**

 * `<span>Active:</span> %s`

 **New string:**

 * `Active:`

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


More information about the wp-trac mailing list