Changeset 11351 for trunk/src/bp-activity/bp-activity-functions.php
- Timestamp:
- 12/29/2016 02:08:09 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-functions.php
r11311 r11351 3442 3442 3443 3443 /** This filter is documented in bp-activity/bp-activity-template.php */ 3444 $content = apply_filters ( 'bp_get_activity_content_body', $activity->content);3444 $content = apply_filters_ref_array( 'bp_get_activity_content_body', array( $activity->content, &$activity ) ); 3445 3445 3446 3446 add_filter( 'bp_get_activity_content_body', 'convert_smilies' ); … … 3510 3510 3511 3511 /** This filter is documented in bp-activity/bp-activity-template.php */ 3512 $content = apply_filters ( 'bp_get_activity_content_body', $params['content']);3512 $content = apply_filters_ref_array( 'bp_get_activity_content_body', array( $params['content'], &$original_activity ) ); 3513 3513 3514 3514 add_filter( 'bp_get_activity_content_body', 'convert_smilies' );
Note: See TracChangeset
for help on using the changeset viewer.