Changeset 7228 for trunk/bp-core/bp-core-avatars.php
- Timestamp:
- 06/19/2013 09:41:08 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-avatars.php
r6964 r7228 702 702 * @param string $default URL to a default image to use if no avatar is available 703 703 * @param string $alt Alternate text to use in image tag. Defaults to blank 704 * @return <type>704 * @return string 705 705 */ 706 706 function bp_core_fetch_avatar_filter( $avatar, $user, $size, $default, $alt = '' ) { … … 924 924 * @since BuddyPress (1.5) 925 925 * 926 * @param str $type 'thumb' for thumbs, otherwise full927 * @param str $h_or_w 'height' for height, otherwise width926 * @param string $type 'thumb' for thumbs, otherwise full 927 * @param string $h_or_w 'height' for height, otherwise width 928 928 * @return int $dim The dimension 929 929 */
Note: See TracChangeset
for help on using the changeset viewer.