Doc fix for get_author_posts_url. props simonwheatley, fixes #14249.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16033 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
76637b68e3
commit
cec34630c8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue