Skip to:
Content

BuddyPress.org

Changeset 2085


Ignore:
Timestamp:
11/06/2009 05:53:56 PM (16 years ago)
Author:
johnjamesjacoby
Message:

Fixes #1287 (props MrMaz)

File:
1 edited

Legend:

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

    r2076 r2085  
    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 ) );
     423        return apply_filters( 'bp_get_activity_feed_item_guid', md5( $activities_template->activity->date_recorded . '-' . $activities_template->activity->content ) );
    424424    }
    425425
Note: See TracChangeset for help on using the changeset viewer.