Wordpress/wp-includes/rss-functions.php
Ryan Boren 74e2144f05 Bad cut-and-paste.
git-svn-id: https://develop.svn.wordpress.org/trunk@4728 602fd350-edb4-49c9-b593-d223f7449a82
2007-01-14 01:15:32 +00:00

5 lines
91 B
PHP

<?php
// Deprecated. Use rss.php instead.
require_once (ABSPATH . WPINC . '/rss.php');
?>