Update @since information. Fixes #4393 props darkdragon

git-svn-id: https://develop.svn.wordpress.org/trunk@6479 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood 2007-12-24 06:57:34 +00:00
parent 4436a01316
commit 86724e8e77
1 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ function get_the_author_description() {
/**
* the_author_description() - Echo the description of the author of the current post in the Loop.
*
* @since 1.0.1
* @since 1.0.0
* @see get_the_author_description()
*/
function the_author_description() {
@ -399,7 +399,7 @@ function get_author_posts_url($author_id, $author_nicename = '') {
/**
* get_author_name() - Get the specified author's preferred display name.
*
* @since 1.0.1
* @since 1.0.0
* @param int $auth_id The ID of the author.
* @return string The author's display name.
*/