Skip to:
Content

BuddyPress.org


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

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

File:
1 edited

Legend:

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

    r5474 r5477  
    308308                $bp->bp_options_avatar = bp_core_fetch_avatar( array(
    309309                    'item_id' => bp_displayed_user_id(),
    310                     'type'    => 'thumb'
     310                    'type'    => 'thumb',
     311                    'alt'     => sprintf( __( 'Profile picture of %s', 'buddypress' ), bp_get_displayed_user_fullname() )
    311312                ) );
    312313                $bp->bp_options_title  = $bp->displayed_user->fullname;
Note: See TracChangeset for help on using the changeset viewer.