Make WordPress Core

Opened 14 years ago

Closed 13 years ago

#23565 closed defect (bug) (fixed)

Missing i18n in auto-draft titles

Reported by: SergeyBiryukov Owned by: SergeyBiryukov
Priority: normal Milestone: 3.6
Component: I18N Version: 2.1
Severity: normal Keywords: has-patch commit
Cc: Focuses:

Description (last modified by SergeyBiryukov)

  1. Go to Add New Post screen.
  2. Add a custom field.
  3. Go to Posts screen. Instead of a usual "(no title)" draft, you'll see "Draft created on 20.02.2013 at 17:16". Screenshot attached.

The string comes from wp_ajax_add_meta():
http://core.trac.wordpress.org/browser/tags/3.5.1/wp-admin/includes/ajax-actions.php#L927

Attachments (2)

23565.png (11.6 KB ) - added by SergeyBiryukov 14 years ago.
23565.patch (741 bytes ) - added by SergeyBiryukov 14 years ago.

Download all attachments as: .zip

Change History (7)

@SergeyBiryukov
14 years ago

#2 @SergeyBiryukov
14 years ago

  • Description modified (diff)

#3 @SergeyBiryukov
14 years ago

  • Keywords has-patch added
  • Milestone Awaiting Review3.6

#4 @SergeyBiryukov
14 years ago

  • Keywords commit added

#5 @SergeyBiryukov
13 years ago

  • Owner set to SergeyBiryukov
  • Resolutionfixed
  • Status newclosed

In 23663:

Fix missing i18n in auto-draft titles. fixes #23565.

Note: See TracTickets for help on using tickets.