Docs: Correct filter reference in `pre_get_avatar` filter description.
Props henry.wright. Fixes #36031. git-svn-id: https://develop.svn.wordpress.org/trunk@36800 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
237146cac1
commit
711b9d9227
|
@ -2293,7 +2293,7 @@ function get_avatar( $id_or_email, $size = 96, $default = '', $alt = '', $args =
|
||||||
* Filter whether to retrieve the avatar URL early.
|
* Filter whether to retrieve the avatar URL early.
|
||||||
*
|
*
|
||||||
* Passing a non-null value will effectively short-circuit get_avatar(), passing
|
* Passing a non-null value will effectively short-circuit get_avatar(), passing
|
||||||
* the value through the {@see 'pre_get_avatar'} filter and returning early.
|
* the value through the {@see 'get_avatar'} filter and returning early.
|
||||||
*
|
*
|
||||||
* @since 4.2.0
|
* @since 4.2.0
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue