Ticket #7534 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

Delimiter of post type text is not localized

Reported by: lilyfan Owned by: anonymous
Priority: normal Milestone: 2.7
Component: I18N Version: 2.6
Severity: normal Keywords:
Cc:

Description

The comma delimiter of status text at "Right now" section in Dashboard is hard-coded.

To be able to localize the delimiter, use _c() function at line 107 of wp-admin/index.php below:

$post_type_text = implode(_c(', |post_type_text'), $post_type_texts);

Change History

comment:1   ryan3 years ago

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

The Right Now section is being overhauled to be more i18n friendly, making this patch unnecessary.

Note: See TracTickets for help on using tickets.