From c7e3649d7835bc7087320fb7ee01d0b9efa8291c Mon Sep 17 00:00:00 2001 From: ryan Date: Sat, 13 Jan 2007 21:23:41 +0000 Subject: [PATCH] Add some back compat files and vars. Use is deprecated. git-svn-id: http://svn.automattic.com/wordpress/trunk@4726 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 a4be01fd7..164425059 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 000000000..c727b3874 --- /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 000000000..37d74c2a3 --- /dev/null +++ b/wp-includes/rss-functions.php @@ -0,0 +1,4 @@ +