Docs: Miscellaneous formatting corrections for docblocks.
See #53399 Built from https://develop.svn.wordpress.org/trunk@51299 git-svn-id: http://core.svn.wordpress.org/trunk@50908 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -2785,8 +2785,7 @@ if ( ! function_exists( 'get_avatar' ) ) :
|
||||
* @param int $size Square avatar width and height in pixels to retrieve.
|
||||
* @param string $default URL for the default image or a default type. Accepts '404', 'retro', 'monsterid',
|
||||
* 'wavatar', 'indenticon', 'mystery', 'mm', 'mysteryman', 'blank', or 'gravatar_default'.
|
||||
* Default is the value of the 'avatar_default' option, with a fallback of 'mystery'.
|
||||
* @param string $alt Alternative text to use in the avatar image tag. Default empty.
|
||||
* @param string $alt Alternative text to use in the avatar image tag.
|
||||
* @param array $args Arguments passed to get_avatar_data(), after processing.
|
||||
*/
|
||||
return apply_filters( 'get_avatar', $avatar, $id_or_email, $args['size'], $args['default'], $args['alt'], $args );
|
||||
|
||||
Reference in New Issue
Block a user