]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-rss.php
Wordpress 2.6.2
[autoinstalls/wordpress.git] / wp-rss.php
index 6f08ee8dc6e38afee3ce04c8e5ce923fc4d18d80..705c1f5cc5db7ab1669a0c39eede84222306b5e9 100644 (file)
@@ -1,7 +1,20 @@
 <?php
+/**
+ * Outputs the RSS feed RDF format using the feed-rss.php
+ * file in wp-includes folder.
+ *
+ * This file only sets the feed format and includes the
+ * feed-rss.php.
+ *
+ * This file is no longer used in WordPress and while it is
+ * not deprecated now. This file will most likely be
+ * deprecated or removed in a later version.
+ *
+ * @package WordPress
+ */
 
 if (empty($wp)) {
-       require_once('./wp-config.php');
+       require_once('./wp-load.php');
        wp('feed=rss');
 }