Ticket #7534 (closed enhancement: fixed)
Delimiter of post type text is not localized
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| 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
Note: See
TracTickets for help on using
tickets.

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