[ PHPXref.com ] [ Generated: Tue Apr 1 10:47:01 2008 ] [ WordPress 2.5 ]
[ Index ]     [ Classes ]     [ Functions ]     [ Variables ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/ -> wp-rdf.php (source)

   1  <?php /* RDF 1.0 generator, original version by garym@teledyn.com */
   2  
   3  if (empty($wp)) {
   4      require_once('./wp-config.php');
   5      wp('feed=rdf');
   6  }
   7  
   8  require (ABSPATH . WPINC . '/feed-rdf.php');
   9  
  10  ?>


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