Skip to:
Content

BuddyPress.org

Changeset 8115


Ignore:
Timestamp:
03/11/2014 11:04:25 PM (12 years ago)
Author:
r-a-y
Message:

Notifications: Fix typo for filter in bp_has_notifications().

See r7521

File:
1 edited

Legend:

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

    r7965 r8115  
    495495    buddypress()->notifications->query_loop = $query_loop;
    496496
    497     return apply_filters( 'bp_has_notificationss', $query_loop->has_notifications(), $query_loop );
     497    return apply_filters( 'bp_has_notifications', $query_loop->has_notifications(), $query_loop );
    498498}
    499499
Note: See TracChangeset for help on using the changeset viewer.