]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-links-opml.php
Wordpress 2.5.1
[autoinstalls/wordpress.git] / wp-links-opml.php
index 2ee7751684bbfc7bc1c3e2248c5e39c532ae99f1..dfa3a44e12078ad53423bde12c532959f4a5e6cd 100644 (file)
@@ -14,7 +14,7 @@ if ((empty ($link_cat)) || ($link_cat == 'all') || ($link_cat == '0')) {
        $link_cat = intval($link_cat);
 }
 ?><?php echo '<?xml version="1.0"?'.">\n"; ?>
-<!-- generator="wordpress/<?php bloginfo_rss('version') ?>" -->
+<?php the_generator( 'comment' ); ?>
 <opml version="1.0">
        <head>
                <title>Links for <?php echo attribute_escape(get_bloginfo('name', 'display').$cat_name); ?></title>
@@ -26,7 +26,7 @@ if ((empty ($link_cat)) || ($link_cat == 'all') || ($link_cat == '0')) {
 if (empty ($link_cat))
        $cats = get_categories("type=link&hierarchical=0");
 else
-       $cats = array (get_category($link_cat));
+       $cats = get_categories('type=link&hierarchical=0&include='.$link_cat);
 
 foreach ((array) $cats as $cat) {
        $catname = apply_filters('link_category', $cat->name);
@@ -50,4 +50,4 @@ foreach ((array) $cats as $cat) {
 }
 ?>
 </body>
-</opml>
\ No newline at end of file
+</opml>