From b8921bfac8250b6bbceb26d35c75c6c03450fa89 Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 31 Aug 2006 00:10:59 +0000 Subject: [PATCH] Typo fix. Props schulte. fixes #3087 git-svn-id: http://svn.automattic.com/wordpress/trunk@4145 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 9f2d538af..4bd76d372 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;