From 14baf177321b655d1d6dea3cd40bccdb8494dbb4 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: http://svn.automattic.com/wordpress/trunk@1358 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 @@ - -'; ?> +'; ?>