Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/24/2009 10:05:01 PM (17 years ago)
Author:
apeatling
Message:

Merging 1.1 branch fixes into trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity/bp-activity-templatetags.php

    r2092 r2114  
    314314                        $content = bp_activity_content_filter( $activities_template->activity->content, $activities_template->activity->date_recorded, $activities_template->full_name, true, false, false );
    315315
    316                 /* Add 'the_content' filter to activity to allow existing plugins to replace text as they would on post text. (extra smilies etc) */
    317                 $content = apply_filters( 'the_content', $content );
    318 
    319316                return apply_filters( 'bp_get_activity_content', $content, $activities_template->activity->component_name, $activities_template->activity->component_action );
    320317        }
     
    488485                        else
    489486                                unset($selected);
    490 
    491                         $component_name = attribute_escape( $component_name );
    492487
    493488                        $component_name = attribute_escape( $component_name );
     
    559554                global $activities_template;
    560555
    561                 return apply_filters( 'bp_get_activity_feed_item_title', md5( $activities_template->activity->date_recorded . '-' . $activities_template->activity->content ) );
     556                return apply_filters( 'bp_get_activity_feed_item_guid', md5( $activities_template->activity->date_recorded . '-' . $activities_template->activity->content ) );
    562557        }
    563558
Note: See TracChangeset for help on using the changeset viewer.