Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/10/2011 05:41:48 PM (13 years ago)
Author:
boonebgorges
Message:

Pass concatenated alt parameter to bp_core_fetch_avatar() throughout core component. References #3806

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-avatars.php

    r5473 r5479  
    656656
    657657    if ( !$alt )
    658         $alt = __( 'Avatar of %s', 'buddypress' );
     658        $alt = sprintf( __( 'Avatar of %s', 'buddypress' ), bp_core_get_user_displayname( $id ) );
    659659
    660660    // Let BuddyPress handle the fetching of the avatar
Note: See TracChangeset for help on using the changeset viewer.