Skip to:
Content

BuddyPress.org

Changeset 2496


Ignore:
Timestamp:
01/31/2010 02:27:21 PM (15 years ago)
Author:
apeatling
Message:

Fixes #1250 props jjj

File:
1 edited

Legend:

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

    r2488 r2496  
    16701670            'class' => 'avatar',
    16711671            'id' => 'avatar-crop-preview',
    1672             'alt' => __( 'Group avatar', 'buddypress' )
     1672            'alt' => __( 'Group avatar', 'buddypress' ),
     1673            'no_grav' => false
    16731674        );
    16741675
     
    16761677        extract( $r, EXTR_SKIP );
    16771678
    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 ) ) );
    16791680    }
    16801681
Note: See TracChangeset for help on using the changeset viewer.