Make WordPress Core


Ignore:
Timestamp:
10/02/2006 06:03:34 PM (20 years ago)
Author:
ryan
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/feed.php

    r4257 r4264  
    103103                 $link = get_option('home') . '?feed=rss2&author=' . $author_id;
    104104       } else {
    105                  $link = get_author_link(0, $author_id, $author_nicename);
     105                 $link = get_author_posts_url($author_id, $author_nicename);
    106106                 $link = $link . "feed/";
    107107       }
Note: See TracChangeset for help on using the changeset viewer.