[wp-trac] Re: [WordPress Trac] #5143: New option for setting RSS Feed language

WordPress Trac wp-trac at lists.automattic.com
Mon Mar 24 15:38:58 GMT 2008


#5143: New option for setting RSS Feed language
-------------------------------+--------------------------------------------
 Reporter:  RanYanivHartstein  |        Owner:  nbachiysk
     Type:  enhancement        |       Status:  new      
 Priority:  normal             |    Milestone:  2.6      
Component:  Administration     |      Version:           
 Severity:  normal             |   Resolution:           
 Keywords:  has-patch tested   |  
-------------------------------+--------------------------------------------
Comment (by tai):

 How about making the default value "en" gettexed?

 in /wp-trunk/wp-admin/includes/schema.php

 {{{
 add_option('rss_language', 'en');
 }}}
 ->
 {{{
 add_option('rss_language', __('en'));
 }}}

-- 
Ticket URL: <http://trac.wordpress.org/ticket/5143#comment:4>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list