Changeset 3757 for trunk/bp-core/bp-core-adminbar.php
- Timestamp:
- 01/20/2011 10:53:49 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-adminbar.php
r3743 r3757 189 189 _e( 'Notifications', 'buddypress' ); 190 190 191 if ( $notifications = bp_ core_get_notifications_for_user( $bp->loggedin_user->id ) ) { ?>191 if ( $notifications = bp_users_get_notifications_for_user( $bp->loggedin_user->id ) ) { ?> 192 192 <span><?php echo count( $notifications ) ?></span> 193 193 <?php
Note: See TracChangeset
for help on using the changeset viewer.