Changeset 2096 for branches/1.1/bp-activity/bp-activity-templatetags.php
- Timestamp:
- 11/15/2009 04:38:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1/bp-activity/bp-activity-templatetags.php
r2085 r2096 251 251 else 252 252 $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 );256 253 257 254 return apply_filters( 'bp_get_activity_content', $content );
Note: See TracChangeset
for help on using the changeset viewer.