Ticket #5300: 5300.2.patch
| File 5300.2.patch, 1.0 KB (added by , 12 years ago) |
|---|
-
bp-notifications/bp-notifications-classes.php
553 553 'user_id' => false, 554 554 'item_id' => false, 555 555 'secondary_item_id' => false, 556 'component_name' => false,556 'component_name' => buddypress()->active_components, 557 557 'component_action' => false, 558 558 'is_new' => true, 559 559 'search_terms' => '', -
bp-notifications/bp-notifications-functions.php
123 123 // Setup local variables 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 130 129 $renderable = array(); // Renderable notifications