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/link-template.php

    r31459 r31480  
    34833483
    34843484        if ( isset( $args['url'] ) && ! is_null( $args['url'] ) ) {
    3485                 /** This filter is documented in src/wp-includes/link-template.php */
     3485                /** This filter is documented in wp-includes/link-template.php */
    34863486                return apply_filters( 'get_avatar_data', $args, $id_or_email );
    34873487        }
     
    35203520                if ( ! empty( $id_or_email->comment_type ) && ! in_array( $id_or_email->comment_type, (array) $allowed_comment_types ) ) {
    35213521                        $args['url'] = false;
    3522                         /** This filter is documented in src/wp-includes/link-template.php */
     3522                        /** This filter is documented in wp-includes/link-template.php */
    35233523                        return apply_filters( 'get_avatar_data', $args, $id_or_email );
    35243524                }
Note: See TracChangeset for help on using the changeset viewer.