root/trunk/wp-atom.php

Revision 1519, 221 bytes (checked in by donncha, 6 days ago)

WP Merge

  • Property svn:eol-style set to native
Line 
1 <?php
2 /**
3  * Redirects to the Atom feed
4  * This file is deprecated and only exists for backwards compatibility
5  *
6  * @package WordPress
7  */
8
9 require( './wp-load.php' );
10 wp_redirect( get_bloginfo( 'atom_url' ), 301 );
11
12 ?>
13
Note: See TracBrowser for help on using the browser.