Skip to:
Content

BuddyPress.org

Changeset 5504


Ignore:
Timestamp:
12/11/2011 04:34:39 PM (13 years ago)
Author:
boonebgorges
Message:

Pass concatenated alt parameter to bp_core_fetch_avatar() throughout xprofile component.
Fixes #3806

File:
1 edited

Legend:

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

    r5301 r5504  
    222222                $bp->bp_options_avatar = bp_core_fetch_avatar( array(
    223223                    'item_id' => bp_displayed_user_id(),
    224                     'type'    => 'thumb'
     224                    'type'    => 'thumb',
     225                    'alt'     => sprintf( __( 'Profile picture of %s', 'buddypress' ), bp_get_displayed_user_fullname() )
    225226                ) );
    226227                $bp->bp_options_title = $bp->displayed_user->fullname;
Note: See TracChangeset for help on using the changeset viewer.