Changeset 3357 for trunk/bp-core/bp-core-notifications.php
- Timestamp:
- 11/05/2010 09:37:15 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-core/bp-core-notifications.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-notifications.php
r3300 r3357 43 43 for ( $i = 0; $i < count($notifications); $i++ ) { 44 44 $notification = $notifications[$i]; 45 46 45 $grouped_notifications[$notification->component_name][$notification->component_action][] = $notification; 47 46 } 48 47 49 if ( !$grouped_notifications)48 if ( empty( $grouped_notifications ) ) 50 49 return false; 51 50
Note: See TracChangeset
for help on using the changeset viewer.