From c43a7cf1eba8adb8c9d182c89a3984efe9edae8a Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 16 Oct 2008 18:37:05 +0000 Subject: [PATCH] get_avatar() phpdoc update from Speedboxer. fixes #7536 git-svn-id: http://svn.automattic.com/wordpress/trunk@9200 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 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 ) {