From db9aece49a2fca009e2e49a0e0894dbd6486104c Mon Sep 17 00:00:00 2001 From: saxmatt Date: Fri, 13 Feb 2004 13:30:31 +0000 Subject: [PATCH] Show RSS URIs in OPML file. git-svn-id: http://svn.automattic.com/wordpress/trunk@871 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-links-opml.php | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/wp-links-opml.php b/wp-links-opml.php index 0ea2ab0fa8..a17fdf1fb3 100644 --- a/wp-links-opml.php +++ b/wp-links-opml.php @@ -30,12 +30,11 @@ if ((empty($link_cat)) || ($link_cat == 'all') || ($link_cat == '0')) { GMT - '' \n" - . " $sql_cat \n" - . " ORDER BY $tablelinkcategories.cat_name, $tablelinks.link_name \n"; +"); $prev_cat_id = 0; $results = $wpdb->get_results($sql); @@ -53,7 +52,7 @@ if ((empty($link_cat)) || ($link_cat == 'all') || ($link_cat == '0')) { $prev_cat_id = $result->link_category; } // end if new category ?> - +