Make WordPress Core


Ignore:
Timestamp:
11/10/2008 05:45:38 PM (16 years ago)
Author:
ryan
Message:

Don't use deprecated functions. Props filosofo. fixes #8130

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/author-template.php

    r8742 r9590  
    500500                if (empty($feed_image))
    501501                    $link .= '(';
    502                 $link .= '<a href="' . get_author_rss_link(0, $author->ID, $author->user_nicename) . '"';
     502                $link .= '<a href="' . get_author_feed_link($author->ID) . '"';
    503503
    504504                if ( !empty($feed) ) {
Note: See TracChangeset for help on using the changeset viewer.