Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #7020, comment 1


Ignore:
Timestamp:
04/15/2016 10:10:04 PM (10 years ago)
Author:
r-a-y
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7020, comment 1

    initial v1  
    1 Related: #6669, #bbPress2665.
     1Related: comment:8:ticket:6669, #bbPress2665.
    22
    33The `'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.