branch | wordpress |
changeset 109 | 03b0d1493584 |
child 132 | 4d4862461b8d |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/wp-commentsrss2.php Wed Dec 23 17:55:33 2009 +0000 @@ -0,0 +1,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 ); + +?> \ No newline at end of file