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
This commit is contained in:
parent
3320dd1380
commit
cd35f6ecf9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue