From 23c0a299ada091cdeece968ad5cd3bdd20f5ef3c Mon Sep 17 00:00:00 2001 From: donncha Date: Tue, 3 Oct 2006 10:52:54 +0000 Subject: WP Merge to rev 4273 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@788 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-includes/feed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wp-includes/feed.php') diff --git a/wp-includes/feed.php b/wp-includes/feed.php index 421710d..7c3ce30 100644 --- a/wp-includes/feed.php +++ b/wp-includes/feed.php @@ -102,7 +102,7 @@ function get_author_rss_link($echo = false, $author_id, $author_nicename) { if ('' == $permalink_structure) { $link = get_option('home') . '?feed=rss2&author=' . $author_id; } else { - $link = get_author_link(0, $author_id, $author_nicename); + $link = get_author_posts_url($author_id, $author_nicename); $link = $link . "feed/"; } -- cgit