| [ Root ] [ Search ] [ Index ] |
PHP Cross Reference of WordPress 3.0Provided by Yoast |
[Summary view] [Print] [Text view]
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 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Oct 14 05:11:12 2010 | Cross-referenced by PHPXref 0.7 |