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

git-svn-id: https://develop.svn.wordpress.org/trunk@9590 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-11-10 17:45:38 +00:00
parent a44339268a
commit e36aee40d4
4 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -499,7 +499,7 @@ function wp_list_authors($args = '') {
$link .= ' ';
if (empty($feed_image))
$link .= '(';
$link .= '<a href="' . get_author_rss_link(0, $author->ID, $author->user_nicename) . '"';
$link .= '<a href="' . get_author_feed_link($author->ID) . '"';
if ( !empty($feed) ) {
$title = ' title="' . $feed . '"';