Skip to:
Content

BuddyPress.org

Ticket #6515: 6515.01.patch

File 6515.01.patch, 827 bytes (added by dcavins, 11 years ago)
  • src/bp-groups/bp-groups-notifications.php

    diff --git src/bp-groups/bp-groups-notifications.php src/bp-groups/bp-groups-notifications.php
    index 3bd75d7..5073bb7 100644
    function groups_format_notifications( $action, $item_id, $secondary_item_id, $to 
    11781178         * @param int    $item_id           The primary item ID.
    11791179         * @param int    $secondary_item_id The secondary item ID.
    11801180         * @param int    $total_items       Total amount of items to format.
     1181         * @param string $format            Format returned items as a string or array.
    11811182         */
    1182         do_action( 'groups_format_notifications', $action, $item_id, $secondary_item_id, $total_items );
     1183        do_action( 'groups_format_notifications', $action, $item_id, $secondary_item_id, $total_items, $format );
    11831184
    11841185        return false;
    11851186}