Skip to:
Content

bbPress.org


Ignore:
Timestamp:
07/26/2009 06:35:45 AM (16 years ago)
Author:
sambauers
Message:

Comment cleanup on bb_get_avatar(), see #1161

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bb-includes/functions.bb-pluggable.php

    r2317 r2318  
    850850if ( !function_exists( 'bb_get_avatar' ) ) :
    851851/**
    852  * bb_get_avatar() - Get avatar for a user
    853  *
    854852 * Retrieve the avatar for a user provided a user ID or email address
    855853 *
     
    858856 * @param int $size Size of the avatar image
    859857 * @param string $default URL to a default image to use if no avatar is available
     858 * @param string $alt Alternate text to use in image tag. Defaults to blank
    860859 * @return string <img> tag for the user's avatar
    861860*/
Note: See TracChangeset for help on using the changeset viewer.