From f7a60ab956f774373235cb56baa8a26f849102c5 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Sat, 13 Jan 2007 21:23:41 +0000 Subject: [PATCH] Add some back compat files and vars. Use is deprecated. git-svn-id: https://develop.svn.wordpress.org/trunk@4726 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/deprecated.php | 15 +++++++++++++++ wp-includes/registration-functions.php | 4 ++++ wp-includes/rss-functions.php | 4 ++++ 3 files changed, 23 insertions(+) create mode 100644 wp-includes/registration-functions.php create mode 100644 wp-includes/rss-functions.php diff --git a/wp-includes/deprecated.php b/wp-includes/deprecated.php index a4be01fd79..1644250597 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. */ diff --git a/wp-includes/registration-functions.php b/wp-includes/registration-functions.php new file mode 100644 index 0000000000..c727b38743 --- /dev/null +++ b/wp-includes/registration-functions.php @@ -0,0 +1,4 @@ + diff --git a/wp-includes/rss-functions.php b/wp-includes/rss-functions.php new file mode 100644 index 0000000000..37d74c2a31 --- /dev/null +++ b/wp-includes/rss-functions.php @@ -0,0 +1,4 @@ +