Changes between Initial Version and Version 1 of Ticket #7020, comment 1
- Timestamp:
- 04/15/2016 10:10:04 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7020, comment 1
initial v1 1 Related: #6669, #bbPress2665.1 Related: comment:8:ticket:6669, #bbPress2665. 2 2 3 3 The `'bp_notifications_get_notifications_for_user'` filter is quite weird indeed. You either have to return a string of the content or `array( 'text' => 'CONTENT', 'link' => 'LINK' )` depending on the `$format`. I think this needs better documentation.