Skip to:
Content

BuddyPress.org

Changeset 7920


Ignore:
Timestamp:
02/18/2014 12:57:14 PM (11 years ago)
Author:
boonebgorges
Message:

Fix Buddybar notification formatting bug introduced in r7913

Fixes #5403

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-notifications/bp-notifications-buddybar.php

    r7913 r7920  
    3636    echo '<ul>';
    3737
    38     if ( $notifications ) {
     38    if ( $notifications = bp_notifications_get_notifications_for_user( bp_loggedin_user_id() ) ) {
    3939        $counter = 0;
    4040        for ( $i = 0, $count = count( $notifications ); $i < $count; ++$i ) {
Note: See TracChangeset for help on using the changeset viewer.