mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-04 04:34:31 +00:00
Remove src from duplicate hook comments for get_avatar and get_avatar_data.
see #21195. git-svn-id: https://develop.svn.wordpress.org/trunk@31480 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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-includes/pluggable.php */
|
||||
/** This filter is documented in wp-includes/pluggable.php */
|
||||
return apply_filters( 'get_avatar', $avatar, $id_or_email, $args['size'], $args['default'], $args['alt'], $args );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user