[wp-trac] [WordPress Trac] #41668: i18n: Use %s placeholders in wp-admin/includes/template.php

WordPress Trac noreply at wordpress.org
Fri Aug 18 00:23:49 UTC 2017


#41668: i18n: Use %s placeholders in wp-admin/includes/template.php
--------------------------+-----------------------------
 Reporter:  ramiy         |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  I18N          |    Version:
 Severity:  normal        |   Keywords:
  Focuses:                |
--------------------------+-----------------------------
 This patch replaces the path, the functions and the actions with `%s`
 placeholder. This way translators can't mistakenly changes to wrong
 function names.

 Old translation string:

 * `Likely direct inclusion of wp-admin/includes/template.php in order to
 use add_meta_box(). This is very wrong. Hook the add_meta_box() call into
 the add_meta_boxes action instead.`

 New translation string:

 * `Likely direct inclusion of %1$s in order to use %2$s. This is very
 wrong. Hook the %2$s call into the %3$s action instead.`

 The patch also adds translators comments and `<code>` tags around the
 function/action names.

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


More information about the wp-trac mailing list