blob: af2427ad5c8c4a9ef60fd637ffe40a9be6ae4ae8 [file] [log] [blame]
<?php
/**
* Redirects to the RSS feed
* This file is deprecated and only exists for backwards compatibility
*
* @package WordPress
*/
require( './wp-load.php' );
wp_redirect( get_bloginfo( 'rss_url' ), 301 );
exit;
?>