summaryrefslogtreecommitdiffstats
path: root/wp-includes/rss-functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/rss-functions.php')
-rw-r--r--wp-includes/rss-functions.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/wp-includes/rss-functions.php b/wp-includes/rss-functions.php
new file mode 100644
index 0000000..370960c
--- /dev/null
+++ b/wp-includes/rss-functions.php
@@ -0,0 +1,14 @@
+<?php
+/**
+ * Deprecated. Use rss.php instead.
+ *
+ * @package WordPress
+ * @deprecated 2.1.0
+ */
+
+if ( ! defined( 'ABSPATH' ) ) {
+ exit();
+}
+
+_deprecated_file( basename( __FILE__ ), '2.1.0', WPINC . '/rss.php' );
+require_once ABSPATH . WPINC . '/rss.php';