Changeset 5479 for trunk/bp-core/bp-core-avatars.php
- Timestamp:
- 12/10/2011 05:41:48 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-avatars.php
r5473 r5479 656 656 657 657 if ( !$alt ) 658 $alt = __( 'Avatar of %s', 'buddypress');658 $alt = sprintf( __( 'Avatar of %s', 'buddypress' ), bp_core_get_user_displayname( $id ) ); 659 659 660 660 // Let BuddyPress handle the fetching of the avatar
Note: See TracChangeset
for help on using the changeset viewer.