Wordpress/wp-includes/rss-functions.php
2007-12-28 21:17:42 +00:00

7 lines
150 B
PHP

<?php
// Deprecated. Use rss.php instead.
_deprecated_file( basename(__FILE__), '0.0', 'rss.php' );
require_once (ABSPATH . WPINC . '/rss.php');
?>