Changeset 7936
- Timestamp:
- 02/19/2014 08:21:37 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-notifications/bp-notifications-loader.php
r7813 r7936 106 106 107 107 // Add 'Notifications' to the main navigation 108 $count = bp_notifications_get_unread_notification_count( bp_ loggedin_user_id() );108 $count = bp_notifications_get_unread_notification_count( bp_displayed_user_id() ); 109 109 $class = ( 0 === $count ) ? 'no-count' : 'count'; 110 110 $main_nav = array(
Note: See TracChangeset
for help on using the changeset viewer.