From cd35f6ecf959d9f860465b715aeca951ad28fac9 Mon Sep 17 00:00:00 2001 From: markjaquith Date: Wed, 7 Mar 2007 05:46:59 +0000 Subject: [PATCH] remove old table* variables from wp-settings.php. Props Nazgul. fixes #3860 git-svn-id: http://svn.automattic.com/wordpress/trunk@4993 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-settings.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/wp-settings.php b/wp-settings.php index 3bf647046..3bfa481a2 100644 --- a/wp-settings.php +++ b/wp-settings.php @@ -122,9 +122,6 @@ if ( defined('CUSTOM_USER_TABLE') ) if ( defined('CUSTOM_USER_META_TABLE') ) $wpdb->usermeta = CUSTOM_USER_META_TABLE; -// 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'); else