Opened 13 years ago
Closed 13 years ago
#24229 closed defect (bug) (fixed)
Something is probably missing in post-template.php:1424
| Reported by: | settle | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.6 |
| Component: | I18N | Version: | 3.6 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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
@
13 years ago
- Description modified (diff)
- Keywords needs-patch added
- Milestone Awaiting Review → 3.6
#3
@
13 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Since [23769].
Related: #24213