[wp-trac] [WordPress Trac] #18688: Blank WPLANG in multisite options won't fall back to WPLANG in wp-config.php

WordPress Trac wp-trac at lists.automattic.com
Tue Sep 27 09:10:11 UTC 2011


#18688: Blank WPLANG in multisite options won't fall back to WPLANG in wp-
config.php
--------------------------+------------------------------
 Reporter:  eheikes       |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  I18N          |     Version:
 Severity:  normal        |  Resolution:
 Keywords:  has-patch     |
--------------------------+------------------------------

Comment (by lemats):

 Line 41 should be a "negotiated checking":

 Original:
 {{{
 if ( $ms_locale === false )
 }}}

 Your patch:
 {{{
 if ( $ms_locale )
 }}}

 Fixed patch:
 {{{
 if ( !$ms_locale )
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/18688#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list