home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Blogs / wordpress2.6.exe / wordpress2.6 / wp-includes / rss-functions.php < prev    next >
Encoding:
PHP Script  |  2008-01-05  |  183 b   |  11 lines

  1. <?php
  2. /**
  3.  * Deprecated.  Use rss.php instead.
  4.  *
  5.  * @package WordPress
  6.  */
  7.  
  8. _deprecated_file( basename(__FILE__), '0.0', 'rss.php' );
  9. require_once (ABSPATH . WPINC . '/rss.php');
  10. ?>
  11.