Typo fix. Props schulte. fixes #3087

git-svn-id: https://develop.svn.wordpress.org/trunk@4145 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2006-08-31 00:10:59 +00:00
parent 7e82eef627
commit 8fdd845db6
1 changed files with 1 additions and 1 deletions

View File

@ -479,7 +479,7 @@ function get_archives($type='', $limit='', $format='html', $before = '', $after
// Deprecated. Use get_author_posts_url().
function get_author_link($echo = false, $author_id, $author_nicename = '') {
$link = get_author_posts_link($author_id, $author_nicename);
$link = get_author_posts_url($author_id, $author_nicename);
if ( $echo )
echo $link;