Changeset 2318 for trunk/bb-includes/functions.bb-pluggable.php
- Timestamp:
- 07/26/2009 06:35:45 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/bb-includes/functions.bb-pluggable.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bb-includes/functions.bb-pluggable.php
r2317 r2318 850 850 if ( !function_exists( 'bb_get_avatar' ) ) : 851 851 /** 852 * bb_get_avatar() - Get avatar for a user853 *854 852 * Retrieve the avatar for a user provided a user ID or email address 855 853 * … … 858 856 * @param int $size Size of the avatar image 859 857 * @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 860 859 * @return string <img> tag for the user's avatar 861 860 */
Note: See TracChangeset
for help on using the changeset viewer.