#20500 closed defect (bug) (fixed)
Different placeholder for exactly the same string
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.4 |
| Component: | I18N | Version: | 3.4 |
| Severity: | normal | Keywords: | has-patch |
| 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)
jiehanzheng — 13 months ago
- Owner set to nacin
- Resolution set to fixed
- Status changed from new to closed
In [20556]:
comment:2
SergeyBiryukov — 13 months ago
- Milestone changed from Awaiting Review to 3.4
Note: See
TracTickets for help on using
tickets.

Changes the first reference to "%s"