From 72e9496bfc2f7a962cf4f428ccab25c7a0175aaa Mon Sep 17 00:00:00 2001 From: donncha Date: Tue, 16 Jan 2007 21:27:04 +0000 Subject: WP Merge to rev 4753 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@849 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-includes/deprecated.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'wp-includes/deprecated.php') diff --git a/wp-includes/deprecated.php b/wp-includes/deprecated.php index 6afe8d2..d0027a5 100644 --- a/wp-includes/deprecated.php +++ b/wp-includes/deprecated.php @@ -1,4 +1,19 @@ posts; +$tableusers = $wpdb->users; +$tablecategories = $wpdb->categories; +$tablepost2cat = $wpdb->post2cat; +$tablecomments = $wpdb->comments; +$tablelinks = $wpdb->links; +$tablelinkcategories = 'linkcategories_is_gone'; +$tableoptions = $wpdb->options; +$tablepostmeta = $wpdb->postmeta; + /* * Deprecated functios come here to die. */ -- cgit