ianology.info/wp-commentsrss2.php
2015-09-28 18:42:15 -04:00

12 lines
No EOL
238 B
PHP

<?php
/**
* Redirects to the Comments RSS2 feed
* This file is deprecated and only exists for backwards compatibility
*
* @package WordPress
*/
require( './wp-load.php' );
wp_redirect( get_bloginfo( 'comments_rss2_url' ), 301 );
?>