alx / douce-offensive

Guillaume Ajavon Photoblog powered by Wordpress

This URL has Read+Write access

douce-offensive / wp-commentsrss2.php
100644 12 lines (10 sloc) 0.238 kb
1
2
3
4
5
6
7
8
9
10
11
12
<?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 );
 
?>