From 81c93c3e1fff56785ed5cbb3fc916a9c8bc5027e Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Thu, 28 Oct 2010 07:15:23 +0000 Subject: [PATCH] Doc fix for get_author_posts_url. props simonwheatley, fixes #14249. git-svn-id: https://develop.svn.wordpress.org/trunk@16033 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/author-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/author-template.php b/wp-includes/author-template.php index 70a65ca0b9..ebdc9a4bdb 100644 --- a/wp-includes/author-template.php +++ b/wp-includes/author-template.php @@ -213,7 +213,7 @@ function the_author_posts_link($deprecated = '') { } /** - * Retrieve the URL to the author page of the author of the current post. + * Retrieve the URL to the author page for the user with the ID provided. * * @since 2.1.0 * @uses $wp_rewrite WP_Rewrite