From 05eafbd0c6e32c3719a3f9d6ce2369b4693a6922 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Fri, 13 Feb 2004 13:30:31 +0000 Subject: [PATCH] Show RSS URIs in OPML file. git-svn-id: https://develop.svn.wordpress.org/trunk@871 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 ?> - +