Make WordPress Core

Ticket #36031: 36031.diff

File 36031.diff, 596 bytes (added by henry.wright, 9 years ago)
  • src/wp-includes/pluggable.php

    diff --git src/wp-includes/pluggable.php src/wp-includes/pluggable.php
    index aec0886..8db1a51 100644
    function get_avatar( $id_or_email, $size = 96, $default = '', $alt = '', $args = 
    22932293         * Filter whether to retrieve the avatar URL early.
    22942294         *
    22952295         * Passing a non-null value will effectively short-circuit get_avatar(), passing
    2296          * the value through the {@see 'pre_get_avatar'} filter and returning early.
     2296         * the value through the {@see 'get_avatar'} filter and returning early.
    22972297         *
    22982298         * @since 4.2.0
    22992299         *