-
+ 4AA39CB94AC08C04A2234648E5DFF222C31EAB36E5B0FE825B749CA280DD40A46388EC5E05B5E490BF0025978599E3891E6B2F24E1759BBEF8AF7455D65BF0BE
mp-wp/wp-rss.php
(0 . 0)(1 . 12)
160528 <?php
160529 /**
160530 * Redirects to the RSS feed
160531 * This file is deprecated and only exists for backwards compatibility
160532 *
160533 * @package WordPress
160534 */
160535
160536 require( './wp-load.php' );
160537 wp_redirect( get_bloginfo( 'rss_url' ), 301 );
160538
160539 ?>