Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/15/2009 04:38:02 PM (16 years ago)
Author:
apeatling
Message:

Removing "the_content" filter on activity item content since this is causing too many issues with output and display of activity items. Plugins will need to use the "bp_get_activity_content" filter instead.

File:
1 edited

Legend:

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

    r2085 r2096  
    251251        else
    252252            $content = bp_activity_content_filter( $activities_template->activity->content, $activities_template->activity->date_recorded, $activities_template->full_name, true, false, false );
    253 
    254         /* Add 'the_content' filter to activity to allow existing plugins to replace text as they would on post text. (extra smilies etc) */
    255         $content = apply_filters( 'the_content', $content );
    256253
    257254        return apply_filters( 'bp_get_activity_content', $content );
Note: See TracChangeset for help on using the changeset viewer.