- Timestamp:
- 04/27/2016 07:18:01 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-notifications/bp-notifications-template.php
r10715 r10725 480 480 481 481 /** This filter is documented in bp-notifications/bp-notifications-functions.php */ 482 $description = apply_filters_ref_array( 'bp_notifications_get_notifications_for_user', array( $notification->component_action, $notification->item_id, $notification->secondary_item_id, 1 ) );482 $description = apply_filters_ref_array( 'bp_notifications_get_notifications_for_user', array( $notification->component_action, $notification->item_id, $notification->secondary_item_id, 1, 'string', $notification->component_action, $notification->component_name ) ); 483 483 } 484 484
Note: See TracChangeset
for help on using the changeset viewer.