From 0671b6e5e15a7616bc15665ef86c4d5c6ef1b3a0 Mon Sep 17 00:00:00 2001 From: westi Date: Mon, 24 Dec 2007 06:57:34 +0000 Subject: [PATCH] Update @since information. Fixes #4393 props darkdragon git-svn-id: http://svn.automattic.com/wordpress/trunk@6479 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/author-template.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/author-template.php b/wp-includes/author-template.php index a8761a4484..4e45413753 100644 --- a/wp-includes/author-template.php +++ b/wp-includes/author-template.php @@ -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. */