Changeset 2075 for branches/1.1/bp-activity/bp-activity-templatetags.php
- Timestamp:
- 11/02/2009 06:26:55 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1/bp-activity/bp-activity-templatetags.php
r2052 r2075 238 238 $object = apply_filters( 'bp_get_activity_avatar_object_' . $activities_template->activity->component_name, $object ); 239 239 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 ) ) ); 241 241 } 242 242
Note: See TracChangeset
for help on using the changeset viewer.