Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/11/2011 04:10:25 PM (14 years ago)
Author:
boonebgorges
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-messages/bp-messages-loader.php

    r5474 r5501  
    242242                $bp->bp_options_avatar = bp_core_fetch_avatar( array(
    243243                    'item_id' => bp_displayed_user_id(),
    244                     'type'    => 'thumb'
     244                    'type'    => 'thumb',
     245                    'alt'     => sprintf( __( 'Profile picture of %s', 'buddypress' ), bp_get_displayed_user_fullname() )
    245246                ) );
    246247                $bp->bp_options_title = $bp->displayed_user->fullname;
Note: See TracChangeset for help on using the changeset viewer.