[wp-trac] [WordPress Trac] #7534: Delimiter of post type text is not localized

WordPress Trac wp-trac at lists.automattic.com
Sun Aug 17 18:14:49 GMT 2008


#7534: Delimiter of post type text is not localized
-------------------------+--------------------------------------------------
 Reporter:  lilyfan      |       Owner:  anonymous
     Type:  enhancement  |      Status:  new      
 Priority:  normal       |   Milestone:  2.6.2    
Component:  i18n         |     Version:  2.6      
 Severity:  normal       |    Keywords:           
-------------------------+--------------------------------------------------
 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);
 }}}

-- 
Ticket URL: <http://trac.wordpress.org/ticket/7534>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list