- Timestamp:
- 12/29/2016 02:08:09 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress-functions.php
r11270 r11351 1251 1251 1252 1252 /** This filter is documented in bp-activity/bp-activity-template.php */ 1253 $content = apply_filters ( 'bp_get_activity_content_body', $activity->content);1253 $content = apply_filters_ref_array( 'bp_get_activity_content_body', array( $activity->content, &$activity ) ); 1254 1254 1255 1255 exit( $content );
Note: See TracChangeset
for help on using the changeset viewer.