From 2c5c76c12b81ca0a6f0a17fffff2b02ef6fed297 Mon Sep 17 00:00:00 2001 From: saxmatt Date: Sat, 22 Jan 2005 03:45:35 +0000 Subject: [PATCH] More escaping of description and cleaner default feed URIs. git-svn-id: http://svn.automattic.com/wordpress/trunk@2118 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/template-functions-links.php | 4 ++-- wp-rss2.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wp-includes/template-functions-links.php b/wp-includes/template-functions-links.php index bacce2887..ba58a4c90 100644 --- a/wp-includes/template-functions-links.php +++ b/wp-includes/template-functions-links.php @@ -187,14 +187,14 @@ function get_feed_link($feed='rss2') { case 'comments_rss2': $output = $feed_url .'/wp-commentsrss2.php'; if ($do_perma) { - $output = $comment_feed_url . '/rss2/'; + $output = $comment_feed_url . '/'; } break; case 'rss2': default: $output = $feed_url .'/wp-rss2.php'; if ($do_perma) { - $output = $feed_url . '/rss2/'; + $output = $feed_url . '/'; } break; } diff --git a/wp-rss2.php b/wp-rss2.php index c66139903..26f2f27ab 100644 --- a/wp-rss2.php +++ b/wp-rss2.php @@ -35,9 +35,9 @@ $more = 1; - + ]]> - + ]]> post_content ) > 0 ) : ?> ]]>