From ef7a559e2e7804844f99034e4ec018c5ffbf66c9 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 2 Mar 2016 03:41:28 +0000 Subject: [PATCH] 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 --- wp-includes/pluggable.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/pluggable.php b/wp-includes/pluggable.php index aec08866ae..8db1a518e8 100644 --- a/wp-includes/pluggable.php +++ b/wp-includes/pluggable.php @@ -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 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 5b78d5ec72..0a90e7030f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.