Changeset 7686 for trunk/bp-notifications/bp-notifications-functions.php
- Timestamp:
- 12/17/2013 05:37:08 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.