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.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/wp-includes/rss-functions.php b/wp-includes/rss-functions.php
new file mode 100644
index 0000000..c07f867
--- /dev/null
+++ b/wp-includes/rss-functions.php
@@ -0,0 +1,4 @@
+<?php
+// Deprecated. Use rss.php instead.
+require_once (ABSPATH . WPINC . '/rss.php');
+?>