Changeset 11351 for trunk/src/bp-activity/bp-activity-template.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-template.php
r11280 r11351 1391 1391 * @since 1.2.0 1392 1392 * 1393 * @param array $value Array containing the current activity content body and the current activity. 1393 * @param string $content Content body. 1394 * @param object $activity Activity object. Passed by reference. 1394 1395 */ 1395 1396 return apply_filters_ref_array( 'bp_get_activity_content_body', array( $activities_template->activity->content, &$activities_template->activity ) );
Note: See TracChangeset
for help on using the changeset viewer.