Changeset 7677
- Timestamp:
- 12/15/2013 03:09:07 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-notifications/bp-notifications-functions.php
r7608 r7677 124 124 $bp = buddypress(); 125 125 $notifications = BP_Notifications_Notification::get( array( 126 'user_id' => $user_id, 126 'user_id' => $user_id, 127 'component_name' => array_keys( $bp->active_components ), 127 128 ) ); 128 129 $grouped_notifications = array(); // Notification groups
Note: See TracChangeset
for help on using the changeset viewer.