web/wp-commentsrss2.php
author ymh@caf4f556-3d62-0410-8435-a86758001935
Thu, 18 Mar 2010 12:33:37 +0000
changeset 174 53861b8bcaf7
parent 136 bde1974c263b
permissions -rw-r--r--
add missing image + new version 01.09

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

?>