From eb0c3c6419eeb023e2396a18c400226a7eb57f70 Mon Sep 17 00:00:00 2001 From: nacin Date: Wed, 23 Mar 2011 18:44:07 +0000 Subject: [PATCH] Reference proper function equivalents in deprecated.php. props pross, fixes #15253. git-svn-id: http://svn.automattic.com/wordpress/trunk@17541 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/deprecated.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/deprecated.php b/wp-includes/deprecated.php index 2300572ef..579f59fe3 100644 --- a/wp-includes/deprecated.php +++ b/wp-includes/deprecated.php @@ -1323,7 +1323,7 @@ function get_category_children( $id, $before = '/', $after = '', $visited = arra * * @since 1.5 * @deprecated 2.8 - * @deprecated Use the_author_meta('description') + * @deprecated Use get_the_author_meta('description') * @see get_the_author_meta() * * @return string The author's description. @@ -1351,7 +1351,7 @@ function the_author_description() { * * @since 1.5 * @deprecated 2.8 - * @deprecated Use the_author_meta('login') + * @deprecated Use get_the_author_meta('login') * @see get_the_author_meta() * * @return string The author's login name (username). @@ -1379,7 +1379,7 @@ function the_author_login() { * * @since 1.5 * @deprecated 2.8 - * @deprecated Use the_author_meta('first_name') + * @deprecated Use get_the_author_meta('first_name') * @see get_the_author_meta() * * @return string The author's first name.