diff options
Diffstat (limited to 'wp-includes/feed.php')
| -rw-r--r-- | wp-includes/feed.php | 2 |
1 files changed, 1 insertions, 1 deletions
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/"; } |
