X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/3e7fab96d7874067884348df10bbdcdefa4a89ad..a7cd4c052013b423c6301153f68c7fdbaa2a447b:/wp-includes/rss-functions.php diff --git a/wp-includes/rss-functions.php b/wp-includes/rss-functions.php index c07f8671..e6fc2b18 100644 --- a/wp-includes/rss-functions.php +++ b/wp-includes/rss-functions.php @@ -1,4 +1,9 @@ +/** + * Deprecated. Use rss.php instead. + * + * @package WordPress + */ + +_deprecated_file( basename(__FILE__), '2.1', WPINC . '/rss.php' ); +require_once( ABSPATH . WPINC . '/rss.php' );