Changeset 12354
- Timestamp:
- 03/08/2019 03:28:49 PM (6 years ago)
- Location:
- trunk/src/bp-templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress-functions.php
r12340 r12354 989 989 } else { 990 990 991 /** This filter is documented in bp-activity/ bp-activity-actions.php */991 /** This filter is documented in bp-activity/actions/post.php */ 992 992 $activity_id = apply_filters( 'bp_activity_custom_update', false, $object, $item_id, $_POST['content'] ); 993 993 } -
trunk/src/bp-templates/bp-nouveau/includes/activity/ajax.php
r12348 r12354 528 528 529 529 } else { 530 /** This filter is documented in bp-activity/ bp-activity-actions.php */530 /** This filter is documented in bp-activity/actions/post.php */ 531 531 $activity_id = apply_filters( 'bp_activity_custom_update', false, $object, $item_id, $_POST['content'] ); 532 532 }
Note: See TracChangeset
for help on using the changeset viewer.