Changeset 7686
- Timestamp:
- 12/17/2013 05:37:08 PM (11 years ago)
- Location:
- trunk/bp-notifications
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-notifications/bp-notifications-classes.php
r7550 r7686 554 554 'item_id' => false, 555 555 'secondary_item_id' => false, 556 'component_name' => false,556 'component_name' => array_keys( buddypress()->active_components ), 557 557 'component_action' => false, 558 558 'is_new' => true, -
trunk/bp-notifications/bp-notifications-functions.php
r7677 r7686 124 124 $bp = buddypress(); 125 125 $notifications = BP_Notifications_Notification::get( array( 126 'user_id' => $user_id, 127 'component_name' => array_keys( $bp->active_components ), 126 'user_id' => $user_id 128 127 ) ); 129 128 $grouped_notifications = array(); // Notification groups
Note: See TracChangeset
for help on using the changeset viewer.