]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-links-opml.php
Wordpress 2.6.2
[autoinstalls/wordpress.git] / wp-links-opml.php
index dfa3a44e12078ad53423bde12c532959f4a5e6cd..f536d61650e5a09362867dbd9a6f2ed2c31e4718 100644 (file)
@@ -1,7 +1,19 @@
 <?php
+/**
+ * Outputs the OPML XML format for getting the links defined in the link
+ * administration. This can be used to export links from one blog over to
+ * another. Links aren't exported by the WordPress export, so this file handles
+ * that.
+ *
+ * This file is not added by default to WordPress theme pages when outputting
+ * feed links. It will have to be added manually for browsers and users to pick
+ * up that this file exists.
+ *
+ * @package WordPress
+ */
 
 if (empty($wp)) {
-       require_once('./wp-config.php');
+       require_once('./wp-load.php');
        wp();
 }