Skip to:
Content

BuddyPress.org

Ticket #1287: 1287.patch

File 1287.patch, 1.0 KB (added by MrMaz, 16 years ago)
  • bp-activity-templatetags.php

    # 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.
     
    420420        function bp_get_activity_feed_item_guid() {
    421421                global $activities_template;
    422422
    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
    425425        }
    426426