[ PHPXref.com ] [ Generated: Thu Aug 19 03:45:23 2010 ] [ WordPress 3.0.1 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/ -> wp-feed.php (source)

   1  <?php
   2  /**
   3   * Redirects to the default 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( get_default_feed() . '_url' ), 301 );
  11  
  12  ?>


[ Powered by PHPXref - Served by Debian GNU/Linux ]