From 99c9bd28186ca0ef98072d0fce17769a30890733 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Thu, 16 Oct 2008 18:37:05 +0000 Subject: [PATCH] get_avatar() phpdoc update from Speedboxer. fixes #7536 git-svn-id: https://develop.svn.wordpress.org/trunk@9200 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 79ac280f64..2a53eab387 100644 --- a/wp-includes/pluggable.php +++ b/wp-includes/pluggable.php @@ -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 tag for the user's avatar */ function get_avatar( $id_or_email, $size = '96', $default = '', $alt = false ) {