Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#26470 closed defect (bug) (fixed)

Include translation note in wp_dashboard_recent_posts

Reported by: netweb Owned by: nacin
Priority: normal Milestone: 3.8
Component: I18N Version: 3.8
Severity: normal Keywords:
Cc: Focuses:

Description

Include a translation note for translators in wp_dashboard_recent_posts /wp-admin/includes/dashboard.php#L597

/* translators: date and time format for dashboard publishing soon and recently published section, see http:php.net/date */
$relative = date_i18n( __( 'M jS' ), $time );

Attachments (1)

dashboard.php.patch (539 bytes ) - added by netweb 13 years ago.

Download all attachments as: .zip

Change History (3)

#1 @nacin
13 years ago

  • Milestone Awaiting Review3.8

#2 @nacin
13 years ago

  • Owner set to nacin
  • Resolutionfixed
  • Status newclosed

In 26758:

Translator's comment for a date_i18n() string.

props netweb.
fixes #26470.

Note: See TracTickets for help on using tickets.