Changeset 2085
- Timestamp:
- 11/06/2009 05:53:56 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1/bp-activity/bp-activity-templatetags.php
r2076 r2085 421 421 global $activities_template; 422 422 423 return apply_filters( 'bp_get_activity_feed_item_ title', md5( $activities_template->activity->date_recorded . '-' . $activities_template->activity->content ) );423 return apply_filters( 'bp_get_activity_feed_item_guid', md5( $activities_template->activity->date_recorded . '-' . $activities_template->activity->content ) ); 424 424 } 425 425
Note: See TracChangeset
for help on using the changeset viewer.