From 100ea61fda565fc02deee9d3042261400c8f0100 Mon Sep 17 00:00:00 2001 From: donncha Date: Tue, 17 Jun 2008 15:35:07 +0000 Subject: Move locale setup into a filter, may fix #655 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1331 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-settings.php | 6 ------ 1 file changed, 6 deletions(-) (limited to 'wp-settings.php') diff --git a/wp-settings.php b/wp-settings.php index 11ca15f..2283d0d 100644 --- a/wp-settings.php +++ b/wp-settings.php @@ -311,12 +311,6 @@ $cookiehash = ''; */ define('COOKIEHASH', '' ); -if( defined('WP_INSTALLING') == false ) { - $locale = get_option('WPLANG'); - if( $locale === false ) - $locale = get_site_option('WPLANG'); -} - $wpdb->hide_errors(); if( defined( 'MUPLUGINDIR' ) == false ) define( 'MUPLUGINDIR', 'wp-content/mu-plugins' ); -- cgit