web/wp-commentsrss2.php
author Anthony Ly <anthonyly.com@gmail.com>
Tue, 18 Dec 2012 17:47:31 -0800
changeset 201 9db125e8f1e0
parent 136 bde1974c263b
permissions -rw-r--r--
ajout de slide part 2

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

?>