From c0f296df06abefe6b4211ca7c95a0c005e97f1be Mon Sep 17 00:00:00 2001 From: michelvaldrighi Date: Mon, 24 May 2004 18:24:12 +0000 Subject: [PATCH] some cleanups, and a quick undefined variable fix git-svn-id: https://develop.svn.wordpress.org/trunk@1358 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-atom.php | 5 +++-- wp-rdf.php | 5 +++-- wp-rss.php | 13 +++++-------- wp-rss2.php | 12 ++++++------ 4 files changed, 17 insertions(+), 18 deletions(-) diff --git a/wp-atom.php b/wp-atom.php index b3d83f8ed1..f845156da0 100644 --- a/wp-atom.php +++ b/wp-atom.php @@ -1,5 +1,6 @@ - diff --git a/wp-rss.php b/wp-rss.php index bc38db3ed0..2062ebb1e2 100644 --- a/wp-rss.php +++ b/wp-rss.php @@ -1,12 +1,13 @@ - '; ?> @@ -23,10 +24,6 @@ header('Content-type: text/xml', true); <?php the_title_rss() ?> "; the_category_unicode(); echo ""; -$more = 1; if (get_settings('rss_use_excerpt')) { ?> diff --git a/wp-rss2.php b/wp-rss2.php index 4c14fefb21..627459f3bb 100644 --- a/wp-rss2.php +++ b/wp-rss2.php @@ -1,16 +1,16 @@ - -'; ?> +'; ?>