source: trunk/www.guidonia.net/wp/wp-commentsrss2.php@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 238 bytes
Line 
1<?php
2/**
3 * Redirects to the Comments RSS2 feed
4 * This file is deprecated and only exists for backwards compatibility
5 *
6 * @package WordPress
7 */
8
9require( './wp-load.php' );
10wp_redirect( get_bloginfo( 'comments_rss2_url' ), 301 );
11
12?>
Note: See TracBrowser for help on using the repository browser.