web/wp-commentsrss2.php
author ymh@caf4f556-3d62-0410-8435-a86758001935
Tue, 02 Feb 2010 17:47:57 +0000
branchwordpress
changeset 133 c0473fcf3be5
parent 132 4d4862461b8d
permissions -rw-r--r--
reapply corrections after update

<?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 );

?>