Opened 13 months ago

Closed 13 months ago

Last modified 13 months ago

#20500 closed defect (bug) (fixed)

Different placeholder for exactly the same string

Reported by: jiehanzheng Owned by: nacin
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)

20500.diff (756 bytes) - added by jiehanzheng 13 months ago.
Changes the first reference to "%s"

Download all attachments as: .zip

Change History (3)

Changes the first reference to "%s"

  • Owner set to nacin
  • Resolution set to fixed
  • Status changed from new to closed

In [20556]:

Combine two strings. props jiehanzheng. fixes #20500.

  • Milestone changed from Awaiting Review to 3.4
Note: See TracTickets for help on using tickets.