From 5ca43fe40b1f0ecac449b1b64e75910721ecd9a6 Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 4 Mar 2008 22:52:36 +0000 Subject: [PATCH] Update get_avatar() phpdoc git-svn-id: http://svn.automattic.com/wordpress/trunk@7158 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/pluggable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/pluggable.php b/wp-includes/pluggable.php index 0758d16359..7af3376e45 100644 --- a/wp-includes/pluggable.php +++ b/wp-includes/pluggable.php @@ -1177,7 +1177,7 @@ if ( !function_exists( 'get_avatar' ) ) : * Retrieve the avatar for a user provided a user ID or email address * * @since 2.5 - * @param int|string $id_or_email A user ID or email address + * @param int|string|object $id_or_email A user ID, email address, or comment object * @param int $size Size of the avatar image * @param string $default URL to a default image to use if no avatar is available * @return string tag for the user's avatar