summaryrefslogtreecommitdiffstats
path: root/wp-settings.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-settings.php')
-rw-r--r--wp-settings.php6
1 files changed, 0 insertions, 6 deletions
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' );