Make WordPress Core


Ignore:
Timestamp:
02/19/2015 02:55:34 PM (12 years ago)
Author:
SergeyBiryukov
Message:

Fix a typo in duplicate hook comment.

see [31107], #21195.

File:
1 edited

Legend:

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

    r31381 r31479  
    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-include/pluggable.php */
     2165                /** This filter is documented in src/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.