- Timestamp:
- 06/28/2016 05:23:49 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/src/bp-notifications/bp-notifications-functions.php
r10825 r10910 255 255 // Return an array of content strings. 256 256 } else { 257 $content = call_user_func( $bp->{$component_name}->notification_callback, $component_action_name, $component_action_items[0]->item_id, $component_action_items[0]->secondary_item_id, $action_item_count, $component_action_items[0]->id );257 $content = call_user_func( $bp->{$component_name}->notification_callback, $component_action_name, $component_action_items[0]->item_id, $component_action_items[0]->secondary_item_id, $action_item_count, 'string', $component_action_items[0]->id ); 258 258 $renderable[] = $content; 259 259 }
Note: See TracChangeset
for help on using the changeset viewer.