Update get_avatar() phpdoc
git-svn-id: http://svn.automattic.com/wordpress/trunk@7158 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6e80433a40
commit
5ca43fe40b
|
@ -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 <img> tag for the user's avatar
|
||||
|
|
Loading…
Reference in New Issue