Changeset 10041 for trunk/src/bp-core/bp-core-avatars.php
- Timestamp:
- 08/10/2015 11:07:53 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-avatars.php
r10039 r10041 564 564 565 565 /** 566 * Filters the Mystery man avatar src value.566 * Filters the Mystery person avatar src value. 567 567 * 568 568 * @since BuddyPress (1.2.0) … … 1712 1712 * 1713 1713 * @param string $type 'local' if the fallback should be the locally-hosted version 1714 * of the mystery- man, 'gravatar' if the fallback should be1714 * of the mystery-person, 'gravatar' if the fallback should be 1715 1715 * Gravatar's version. Default: 'gravatar'. 1716 1716 * … … 1726 1726 $avatar = buddypress()->plugin_url . 'bp-core/images/mystery-man.jpg'; 1727 1727 1728 // Use Gravatar's mystery man as fallback1728 // Use Gravatar's mystery person as fallback 1729 1729 } else { 1730 1730 $avatar = '//www.gravatar.com/avatar/00000000000000000000000000000000?d=mm&s=' . bp_core_avatar_full_width(); … … 1744 1744 * Get the URL of the 'thumb' default avatar. 1745 1745 * 1746 * Uses Gravatar's mystery- man avatar, unless BP_AVATAR_DEFAULT_THUMB has been1746 * Uses Gravatar's mystery-person avatar, unless BP_AVATAR_DEFAULT_THUMB has been 1747 1747 * defined. 1748 1748 * … … 1750 1750 * 1751 1751 * @param string $type 'local' if the fallback should be the locally-hosted version 1752 * of the mystery- man, 'gravatar' if the fallback should be1752 * of the mystery-person, 'gravatar' if the fallback should be 1753 1753 * Gravatar's version. Default: 'gravatar'. 1754 1754 * … … 1764 1764 $avatar = buddypress()->plugin_url . 'bp-core/images/mystery-man-50.jpg'; 1765 1765 1766 // Use Gravatar's mystery man as fallback1766 // Use Gravatar's mystery person as fallback 1767 1767 } else { 1768 1768 $avatar = '//www.gravatar.com/avatar/00000000000000000000000000000000?d=mm&s=' . bp_core_avatar_thumb_width();
Note: See TracChangeset
for help on using the changeset viewer.