Fix a typo in duplicate hook comment.

see [31107], #21195.
Built from https://develop.svn.wordpress.org/trunk@31479


git-svn-id: http://core.svn.wordpress.org/trunk@31460 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2015-02-19 14:56:28 +00:00
parent ec8aef8233
commit 01bb8478ff
2 changed files with 2 additions and 2 deletions

View File

@ -2162,7 +2162,7 @@ function get_avatar( $id_or_email, $size = 96, $default = '', $alt = '', $args =
*/
$avatar = apply_filters( 'pre_get_avatar', null, $id_or_email, $args );
if ( ! is_null( $avatar ) ) {
/** This filter is documented in src/wp-include/pluggable.php */
/** This filter is documented in src/wp-includes/pluggable.php */
return apply_filters( 'get_avatar', $avatar, $id_or_email, $args['size'], $args['default'], $args['alt'], $args );
}

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-alpha-31473';
$wp_version = '4.2-alpha-31479';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.