[ Root ] [ Index ]

PHP Cross Reference of WordPress 2.8.6

Provided by Yoast

title

Body

[close]

/ -> wp-feed.php (source)

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


Generated: Fri Dec 4 21:26:20 2009 Cross-referenced by PHPXref 0.7