[wpmu-trac] [WordPress MU Trac] #818: New blogs ignores WPLANG

WordPress MU Trac wpmu-trac at lists.automattic.com
Tue Dec 16 13:25:36 GMT 2008


#818: New blogs ignores WPLANG
------------------------+---------------------------------------------------
 Reporter:  Ueland      |       Owner:  somebody
     Type:  defect      |      Status:  new     
 Priority:  normal      |   Milestone:  WPMU 2.0
Component:  component1  |     Version:  2.0     
 Severity:  normal      |    Keywords:          
------------------------+---------------------------------------------------
 Bug:
 New blogs will become english no matter what WPLANG is set to

 Fix/Solution:
 Edit wp-includes/wpmu-functions.php ->  wpmu_create_blog function,
 change
 add_option( 'WPLANG', get_site_option( 'WPLANG' ) );
 to
 add_option( 'WPLANG', WPLANG);

 Fixed. :)

 Best regards

-- 
Ticket URL: <http://trac.mu.wordpress.org/ticket/818>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser


More information about the wpmu-trac mailing list