-
+ B2734B85036BAF7E04D6A9FB77C0A6ED02E486DE3FBAA0FFE14D788B15BB4C953805A97B20446015BE317C1C182D2A07B8A1AB9D953EC1541A9554841149D4BD
mp-wp/wp-rss2.php
(0 . 0)(1 . 12)
160545 <?php
160546 /**
160547 * Redirects to the RSS2 feed
160548 * This file is deprecated and only exists for backwards compatibility
160549 *
160550 * @package WordPress
160551 */
160552
160553 require( './wp-load.php' );
160554 wp_redirect( get_bloginfo( 'rss2_url' ), 301 );
160555
160556 ?>