Skip to:
Content

BuddyPress.org


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

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

File:
1 edited

Legend:

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

    r5474 r5480  
    238238                $bp->bp_options_avatar = bp_core_fetch_avatar( array(
    239239                    'item_id' => bp_displayed_user_id(),
    240                     'type'    => 'thumb'
     240                    'type'    => 'thumb',
     241                    'alt'     => sprintf( __( 'Profile picture of %s', 'buddypress' ), bp_get_displayed_user_fullname() )
    241242                ) );
    242243                $bp->bp_options_title  = $bp->displayed_user->fullname;
Note: See TracChangeset for help on using the changeset viewer.