Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#24464 closed defect (bug) (fixed)

wp-admin/includes/class-wp-comments-list-table.php: i18n comment time

Reported by: zeo's profile zeo Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 3.6 Priority: normal
Severity: normal Version:
Component: I18N Keywords: has-patch
Focuses: Cc:

Description

The comment time was originally i18ned but removed in [12789]. It's either gettext it back (see patch) OR delete the translator note.

Attachments (2)

24464.2.patch (798 bytes) - added by zeo 11 years ago.
Remove translator note.
24464.patch (848 bytes) - added by zeo 11 years ago.
gettext comment time format

Download all attachments as: .zip

Change History (6)

#1 @SergeyBiryukov
11 years ago

  • Keywords 3.7-early added
  • Milestone changed from Awaiting Review to Future Release

I guess the translator comment should be removed.

@zeo
11 years ago

Remove translator note.

@zeo
11 years ago

gettext comment time format

#2 @zeo
11 years ago

This should be fix in 3.6 since the note/comment is added to the wrong string. See http://i18n.svn.wordpress.org/pot/trunk/wordpress-admin.pot line 2473.

#3 @SergeyBiryukov
11 years ago

  • Component changed from Text Changes to I18N
  • Keywords 3.7-early removed
  • Milestone changed from Future Release to 3.6

#4 @SergeyBiryukov
11 years ago

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

In 24505:

Remove obsolete translator comment. props zeo. fixes #24464.

Note: See TracTickets for help on using tickets.