Opened 12 years ago
Closed 12 years ago
#24229 closed defect (bug) (fixed)
Something is probably missing in post-template.php:1424
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.6 | Priority: | normal |
Severity: | normal | Version: | 3.6 |
Component: | I18N | Keywords: | has-patch |
Focuses: | Cc: |
Description (last modified by )
It seems %2$s should also be here:
/* translators: post revision: 1: when, 2: author name */ $titlef = _x( '%1$s', 'post revision' );
Attachments (2)
Change History (10)
#2
@
12 years ago
- Description modified (diff)
- Keywords needs-patch added
- Milestone changed from Awaiting Review to 3.6
#3
@
12 years ago
If this was just a case of forgetting to remove the second translator note, 24229.diff takes care of that.
I'm confused about whether this ticket calls for adding $name
back or fixing the translator comment.
Note: See
TracTickets for help on using
tickets.
Since [23769].
Related: #24213