Changeset 7920
- Timestamp:
- 02/18/2014 12:57:14 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-notifications/bp-notifications-buddybar.php
r7913 r7920 36 36 echo '<ul>'; 37 37 38 if ( $notifications ) {38 if ( $notifications = bp_notifications_get_notifications_for_user( bp_loggedin_user_id() ) ) { 39 39 $counter = 0; 40 40 for ( $i = 0, $count = count( $notifications ); $i < $count; ++$i ) {
Note: See TracChangeset
for help on using the changeset viewer.