Changeset 8115
- Timestamp:
- 03/11/2014 11:04:25 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-notifications/bp-notifications-template.php
r7965 r8115 495 495 buddypress()->notifications->query_loop = $query_loop; 496 496 497 return apply_filters( 'bp_has_notifications s', $query_loop->has_notifications(), $query_loop );497 return apply_filters( 'bp_has_notifications', $query_loop->has_notifications(), $query_loop ); 498 498 } 499 499
Note: See TracChangeset
for help on using the changeset viewer.