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.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/wp-includes/rss-functions.php b/wp-includes/rss-functions.php
index c07f867..3ccd75a 100644
--- a/wp-includes/rss-functions.php
+++ b/wp-includes/rss-functions.php
@@ -1,4 +1,10 @@
<?php
-// Deprecated. Use rss.php instead.
+/**
+ * Deprecated. Use rss.php instead.
+ *
+ * @package WordPress
+ */
+
+_deprecated_file( basename(__FILE__), '0.0', 'rss.php' );
require_once (ABSPATH . WPINC . '/rss.php');
?>