Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/02/2009 06:26:55 PM (15 years ago)
Author:
apeatling
Message:

Applying jjj trunk fixes to 1.1 branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.1/bp-activity/bp-activity-templatetags.php

    r2052 r2075  
    238238        $object = apply_filters( 'bp_get_activity_avatar_object_' . $activities_template->activity->component_name, $object );
    239239       
    240         return apply_filters( 'bp_get_group_avatar', bp_core_fetch_avatar( array( 'item_id' => $item_id, 'object' => $object, 'type' => $type, 'alt' => $alt, 'class' => $class, 'width' => $width, 'height' => $height ) ) );
     240        return apply_filters( 'bp_get_activity_avatar', bp_core_fetch_avatar( array( 'item_id' => $item_id, 'object' => $object, 'type' => $type, 'alt' => $alt, 'class' => $class, 'width' => $width, 'height' => $height ) ) );
    241241    }
    242242
Note: See TracChangeset for help on using the changeset viewer.