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

WordPress Trac noreply at wordpress.org
Tue Mar 15 14:43:23 UTC 2016


#36249: Avoid using HTML tags in translation strings (wp-admin/options-writing.php)
----------------------------+-----------------------------
 Reporter:  ramiy           |      Owner:
     Type:  defect (bug)    |     Status:  new
 Priority:  normal          |  Milestone:  Awaiting Review
Component:  I18N            |    Version:
 Severity:  normal          |   Keywords:
  Focuses:  administration  |
----------------------------+-----------------------------
 In the '''Settings''' > '''Writing''' screen, replace `<kbd>%s</kbd>,
 <kbd>%s</kbd>, <kbd>%s</kbd>` with `%s` in translation string.

 Old string:

 * `To post to WordPress by email you must set up a secret email account
 with POP3 access. Any mail received at this address will be posted, so
 it’s a good idea to keep this address very secret. Here are three
 random strings you could use: <kbd>%s</kbd>, <kbd>%s</kbd>,
 <kbd>%s</kbd>.`

 New string:

 * `To post to WordPress by email you must set up a secret email account
 with POP3 access. Any mail received at this address will be posted, so
 it’s a good idea to keep this address very secret. Here are three
 random strings you could use: %s.`

 (See the attached patch)

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


More information about the wp-trac mailing list