Ticket #2665: 2665.patch
File 2665.patch, 437 bytes (added by , 11 years ago) |
---|
-
src/includes/extend/buddypress/notifications.php
75 75 76 76 return $return; 77 77 } 78 79 return $action; 78 80 } 79 81 add_filter( 'bp_notifications_get_notifications_for_user', 'bbp_format_buddypress_notifications', 10, 5 ); 80 82