-
+ B47DB6715C16573FE395769BB478E97A7C5B4853BFD6E872B106A0A79BDF94CAC0219D5FD498D77BFE7401E85EAFB9C7343CE431D95AE3B1982D12DDCBBB8E28
mp-wp/wp-commentsrss2.php
(0 . 0)(1 . 12)
65132 <?php
65133 /**
65134 * Redirects to the Comments RSS2 feed
65135 * This file is deprecated and only exists for backwards compatibility
65136 *
65137 * @package WordPress
65138 */
65139
65140 require( './wp-load.php' );
65141 wp_redirect( get_bloginfo( 'comments_rss2_url' ), 301 );
65142
65143 ?>