root/tags/1.5.1/wp-rdf.php

Revision 1069, 191 bytes (checked in by donncha, 1 year ago)

Merge with WP 2.3 - testing use only!
Move pluggable functions out of wpmu-functions and into pluggable.php, fixes #439

  • Property svn:eol-style set to native
Line 
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 ?>
11
Note: See TracBrowser for help on using the browser.