get_avatar() phpdoc update from Speedboxer. fixes #7536

git-svn-id: https://develop.svn.wordpress.org/trunk@9200 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-10-16 18:37:05 +00:00
parent 686555396e
commit 99c9bd2818
1 changed files with 1 additions and 1 deletions

View File

@ -1454,7 +1454,7 @@ if ( !function_exists( 'get_avatar' ) ) :
* @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
* @param string $alt Alternate text to use in image tag, the default is Avatar
* @param string $alt Alternate text to use in image tag. Defaults to blank
* @return string <img> tag for the user's avatar
*/
function get_avatar( $id_or_email, $size = '96', $default = '', $alt = false ) {