X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/7688c6ba71852cd89123b62b2d57683535e4702a..16e7b37c7914d753890c1a05a9335f3b43751eb8:/wp-includes/rss-functions.php diff --git a/wp-includes/rss-functions.php b/wp-includes/rss-functions.php index c07f8671..034a3e5d 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.0', WPINC . '/rss.php' ); +require_once( ABSPATH . WPINC . '/rss.php' );