From 2f13f79e7604db8e748a2f45e3da769ef531a571 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Sat, 22 Jan 2005 03:45:35 +0000 Subject: [PATCH] More escaping of description and cleaner default feed URIs. git-svn-id: https://develop.svn.wordpress.org/trunk@2118 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 bacce2887b..ba58a4c904 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 c661399037..26f2f27ab5 100644 --- a/wp-rss2.php +++ b/wp-rss2.php @@ -35,9 +35,9 @@ $more = 1; - + ]]> - + ]]> post_content ) > 0 ) : ?> ]]>