Changeset 1778 for trunk/bp-activity/bp-activity-templatetags.php
- Timestamp:
- 09/03/2009 06:29:12 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-activity/bp-activity-templatetags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-templatetags.php
r1774 r1778 256 256 $content = bp_activity_content_filter( $activities_template->activity->content, $activities_template->activity->date_recorded, $activities_template->full_name, true, false, false ); 257 257 258 /* Add 'the_content' filter to activity to allow existing plugins to replace text as they would on post text. (extra smilies etc) */ 259 $content = apply_filters( 'the_content', $content ); 260 258 261 return apply_filters( 'bp_get_activity_content', $content ); 259 262 }
Note: See TracChangeset
for help on using the changeset viewer.