summaryrefslogtreecommitdiffstatshomepage
path: root/wp-rdf.php
blob: 3c8f005ff9739a2abf7cd1f54ada280c982e3970 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
/**
 * Redirects to the RDF feed
 * This file is deprecated and only exists for backwards compatibility
 *
 * @package WordPress
 */

require( './wp-load.php' );
wp_redirect( get_bloginfo( 'rdf_url' ), 301 );

?>