# This patch file was generated by NetBeans IDE
# Following Index: paths are relative to: \\UBU\www\sandbox\public_html\wp-content\plugins\buddypress\bp-activity
# This patch can be applied using context Tools: Patch action on respective folder.
# It uses platform neutral UTF-8 encoding and \n newlines.
# Above lines and this line are ignored by the patching process.
|
|
|
|
| 420 | 420 | function bp_get_activity_feed_item_guid() { |
| 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 ) ); |
| 424 | | No newline at end of file |
| | 423 | return apply_filters( 'bp_get_activity_feed_item_guid', md5( $activities_template->activity->date_recorded . '-' . $activities_template->activity->content ) ); |
| | 424 | No newline at end of file |
| 425 | 425 | } |
| 426 | 426 | |