summaryrefslogtreecommitdiffstats
path: root/wp-settings.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-08-10 22:19:11 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-08-10 22:19:11 +0000
commit69a120282949dc8a5526a7486751bc07aea44d9d (patch)
tree9485c819fbf9b2e118db2267629501ebb00fb0e5 /wp-settings.php
parent9c59b9cf9db84c636a7e9b66440bb1dd9ac78be5 (diff)
downloadwordpress-mu-69a120282949dc8a5526a7486751bc07aea44d9d.tar.gz
wordpress-mu-69a120282949dc8a5526a7486751bc07aea44d9d.tar.xz
wordpress-mu-69a120282949dc8a5526a7486751bc07aea44d9d.zip
WP Merge
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@721 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-settings.php')
-rw-r--r--wp-settings.php14
1 files changed, 2 insertions, 12 deletions
diff --git a/wp-settings.php b/wp-settings.php
index 6015cc3..de93772 100644
--- a/wp-settings.php
+++ b/wp-settings.php
@@ -103,18 +103,8 @@ if ( defined('CUSTOM_USER_TABLE') )
if ( defined('CUSTOM_USER_META_TABLE') )
$wpdb->usermeta = CUSTOM_USER_META_TABLE;
-// We're going to need to keep this around for a few months even though we're not using it internally
-
-$tableposts = $wpdb->posts;
-$tableusers = $wpdb->users;
-$tablecategories = $wpdb->categories;
-$tablepost2cat = $wpdb->post2cat;
-$tablecomments = $wpdb->comments;
-$tablelink2cat = $wpdb->link2cat;
-$tablelinks = $wpdb->links;
-$tablelinkcategories = $wpdb->linkcategories;
-$tableoptions = $wpdb->options;
-$tablepostmeta = $wpdb->postmeta;
+// To be removed in 2.2
+$tableposts = $tableusers = $tablecategories = $tablepost2cat = $tablecomments = $tablelink2cat = $tablelinks = $tablelinkcategories = $tableoptions = $tablepostmeta = '';
if ( file_exists(ABSPATH . 'wp-content/object-cache.php') )
require (ABSPATH . 'wp-content/object-cache.php');