[wp-trac] [WordPress Trac] #20500: Different placeholder for exactly the same string
WordPress Trac
wp-trac at lists.automattic.com
Sat Apr 21 06:36:42 UTC 2012
#20500: Different placeholder for exactly the same string
--------------------------+-----------------------------
Reporter: jiehanzheng | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: I18N | Version: 3.4
Severity: normal | Keywords: has-patch
--------------------------+-----------------------------
The string
{{{
Check your inbox at <strong>[$user_email]</strong> and click the link
given.
}}}
is logically used twice in wp-signup.php. However, in the first
occurrence, $user_email is referred to as "%1$s", whereas in the second
occurrence, it is referred to as "%s". And this makes an extra POT
translate template entry.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/20500>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list