Docs: Correct filter reference in `pre_get_avatar` filter description.
Props henry.wright. Fixes #36031. Built from https://develop.svn.wordpress.org/trunk@36800 git-svn-id: http://core.svn.wordpress.org/trunk@36767 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
bd161f342d
commit
ef7a559e2e
|
@ -2293,7 +2293,7 @@ function get_avatar( $id_or_email, $size = 96, $default = '', $alt = '', $args =
|
|||
* Filter whether to retrieve the avatar URL early.
|
||||
*
|
||||
* 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
|
||||
*
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.5-beta1-36799';
|
||||
$wp_version = '4.5-beta1-36800';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue