From 86724e8e77a20cf9f6fadd12ddd3c47857f22743 Mon Sep 17 00:00:00 2001 From: Peter Westwood Date: Mon, 24 Dec 2007 06:57:34 +0000 Subject: [PATCH] Update @since information. Fixes #4393 props darkdragon git-svn-id: https://develop.svn.wordpress.org/trunk@6479 602fd350-edb4-49c9-b593-d223f7449a82 --- 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. */