Changeset 4770 for trunk/bp-members/bp-members-notifications.php
- Timestamp:
- 07/21/2011 10:27:09 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-members/bp-members-notifications.php
r4624 r4770 50 50 51 51 // Group notifications by component and component_action and provide totals 52 for ( $i = 0 ; $i < count($notifications); $i++) {52 for ( $i = 0, $count = count( $notifications ); $i < $count; ++$i ) { 53 53 $notification = $notifications[$i]; 54 54 $grouped_notifications[$notification->component_name][$notification->component_action][] = $notification;
Note: See TracChangeset
for help on using the changeset viewer.