Skip to:
Content

BuddyPress.org


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/bp-groups-adminbar.php

    r5329 r5500  
    3838        'item_id'    => $bp->groups->current_group->id,
    3939        'width'      => 16,
    40         'height'     => 16
     40        'height'     => 16,
     41        'alt'        => sprintf( __( 'Group logo of %s', 'buddypress' ), $bp->groups->current_group->name )
    4142    ) );
    4243
Note: See TracChangeset for help on using the changeset viewer.