Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/10/2015 11:07:53 PM (9 years ago)
Author:
djpaul
Message:

Mystery person, not mystery man.

More to do here, but it's a start.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-avatars.php

    r10039 r10041  
    564564
    565565            /**
    566              * Filters the Mysteryman avatar src value.
     566             * Filters the Mystery person avatar src value.
    567567             *
    568568             * @since BuddyPress (1.2.0)
     
    17121712 *
    17131713 * @param string $type 'local' if the fallback should be the locally-hosted version
    1714  *                     of the mystery-man, 'gravatar' if the fallback should be
     1714 *                     of the mystery-person, 'gravatar' if the fallback should be
    17151715 *                     Gravatar's version. Default: 'gravatar'.
    17161716 *
     
    17261726        $avatar = buddypress()->plugin_url . 'bp-core/images/mystery-man.jpg';
    17271727
    1728     // Use Gravatar's mystery man as fallback
     1728    // Use Gravatar's mystery person as fallback
    17291729    } else {
    17301730        $avatar = '//www.gravatar.com/avatar/00000000000000000000000000000000?d=mm&s=' . bp_core_avatar_full_width();
     
    17441744 * Get the URL of the 'thumb' default avatar.
    17451745 *
    1746  * Uses Gravatar's mystery-man avatar, unless BP_AVATAR_DEFAULT_THUMB has been
     1746 * Uses Gravatar's mystery-person avatar, unless BP_AVATAR_DEFAULT_THUMB has been
    17471747 * defined.
    17481748 *
     
    17501750 *
    17511751 * @param string $type 'local' if the fallback should be the locally-hosted version
    1752  *                     of the mystery-man, 'gravatar' if the fallback should be
     1752 *                     of the mystery-person, 'gravatar' if the fallback should be
    17531753 *                     Gravatar's version. Default: 'gravatar'.
    17541754 *
     
    17641764        $avatar = buddypress()->plugin_url . 'bp-core/images/mystery-man-50.jpg';
    17651765
    1766     // Use Gravatar's mystery man as fallback
     1766    // Use Gravatar's mystery person as fallback
    17671767    } else {
    17681768        $avatar = '//www.gravatar.com/avatar/00000000000000000000000000000000?d=mm&s=' . bp_core_avatar_thumb_width();
Note: See TracChangeset for help on using the changeset viewer.