Don't use deprecated functions. Props Nazgul. fixes #3186

git-svn-id: https://develop.svn.wordpress.org/trunk@4264 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2006-10-02 18:03:34 +00:00
parent fc82fd43b6
commit cdd3f05642
6 changed files with 6 additions and 6 deletions

View File

@@ -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/";
}