summaryrefslogtreecommitdiffstats
path: root/wp-settings.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-settings.php')
-rw-r--r--wp-settings.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/wp-settings.php b/wp-settings.php
index 0b5350d..54a24df 100644
--- a/wp-settings.php
+++ b/wp-settings.php
@@ -99,7 +99,6 @@ if ( file_exists(ABSPATH . 'wp-content/db.php') )
else
require_once (ABSPATH . WPINC . '/wp-db.php');
-// Table names
$wpdb->blogs = $table_prefix . 'blogs';
$wpdb->users = $table_prefix . 'users';
$wpdb->usermeta = $table_prefix . 'usermeta';