Make WordPress Core


Ignore:
Timestamp:
02/19/2015 02:58:40 PM (11 years ago)
Author:
SergeyBiryukov
Message:

Remove src from duplicate hook comments for get_avatar and get_avatar_data.

see #21195.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/pluggable.php

    r31479 r31480  
    21632163    $avatar = apply_filters( 'pre_get_avatar', null, $id_or_email, $args );
    21642164    if ( ! is_null( $avatar ) ) {
    2165         /** This filter is documented in src/wp-includes/pluggable.php */
     2165        /** This filter is documented in wp-includes/pluggable.php */
    21662166        return apply_filters( 'get_avatar', $avatar, $id_or_email, $args['size'], $args['default'], $args['alt'], $args );
    21672167    }
Note: See TracChangeset for help on using the changeset viewer.