#20500 closed defect (bug) (fixed)
Different placeholder for exactly the same string
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.4 | Priority: | normal |
| Severity: | normal | Version: | 3.4 |
| Component: | I18N | Keywords: | has-patch |
| Focuses: | Cc: |
Description
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.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Changes the first reference to "%s"