[wp-hackers] wp-atom2.php
    David Morris 
    dvmorris at gmail.com
       
    Mon Aug 16 16:17:44 UTC 2010
    
    
  
I forgot to mention that this file does not exist in any tag or branch
in http://svn.automattic.com/wordpress going all the way back to 1.5,
and it contains the following text:
<?php
/**
 * Redirects to the Atom feed
 * This file is deprecated and only exists for backwards compatibility
 *
 * @package WordPress
 */
require( './wp-load.php' );
wp_redirect( get_bloginfo( 'atom_url' ), 301 );
?>
    
    
More information about the wp-hackers
mailing list