From 2290c2ab2cba53d46184a762be380d22ac2b946a Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Tue, 4 Mar 2008 22:52:36 +0000 Subject: [PATCH] Update get_avatar() phpdoc git-svn-id: https://develop.svn.wordpress.org/trunk@7158 602fd350-edb4-49c9-b593-d223f7449a82 --- 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