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 ) : ?> ]]>