Changeset 2496
- Timestamp:
- 01/31/2010 02:27:21 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-templatetags.php
r2488 r2496 1670 1670 'class' => 'avatar', 1671 1671 'id' => 'avatar-crop-preview', 1672 'alt' => __( 'Group avatar', 'buddypress' ) 1672 'alt' => __( 'Group avatar', 'buddypress' ), 1673 'no_grav' => false 1673 1674 ); 1674 1675 … … 1676 1677 extract( $r, EXTR_SKIP ); 1677 1678 1678 return apply_filters( 'bp_get_new_group_avatar', bp_core_fetch_avatar( array( 'item_id' => $bp->groups->current_group->id, 'object' => 'group', 'type' => $type, 'avatar_dir' => 'group-avatars', 'alt' => $alt, 'width' => $width, 'height' => $height, 'class' => $class ) ) );1679 return apply_filters( 'bp_get_new_group_avatar', bp_core_fetch_avatar( array( 'item_id' => $bp->groups->current_group->id, 'object' => 'group', 'type' => $type, 'avatar_dir' => 'group-avatars', 'alt' => $alt, 'width' => $width, 'height' => $height, 'class' => $class, 'no_grav' => $no_grav ) ) ); 1679 1680 } 1680 1681
Note: See TracChangeset
for help on using the changeset viewer.