From 8fdd845db6a4eea5a492685df521dc1c7049e51e Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Thu, 31 Aug 2006 00:10:59 +0000 Subject: [PATCH] Typo fix. Props schulte. fixes #3087 git-svn-id: https://develop.svn.wordpress.org/trunk@4145 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/deprecated.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/deprecated.php b/wp-includes/deprecated.php index 9f2d538afc..4bd76d3720 100644 --- a/wp-includes/deprecated.php +++ b/wp-includes/deprecated.php @@ -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;