Skip to:
Content

bbPress.org

Ticket #2665: 2665.patch

File 2665.patch, 437 bytes (added by Faison, 11 years ago)
  • src/includes/extend/buddypress/notifications.php

     
    7575
    7676                return $return;
    7777        }
     78
     79        return $action;
    7880}
    7981add_filter( 'bp_notifications_get_notifications_for_user', 'bbp_format_buddypress_notifications', 10, 5 );
    8082