web/wp-atom.php
author Anthony Ly <anthonyly.com@gmail.com>
Tue, 11 Dec 2012 12:47:47 -0800
changeset 198 dcf82fd50cc6
parent 136 bde1974c263b
permissions -rw-r--r--
maj logo microsoft. backup sql local.

<?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 );

?>