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 |
| 1178 | 1178 | * @param int $item_id The primary item ID. |
| 1179 | 1179 | * @param int $secondary_item_id The secondary item ID. |
| 1180 | 1180 | * @param int $total_items Total amount of items to format. |
| | 1181 | * @param string $format Format returned items as a string or array. |
| 1181 | 1182 | */ |
| 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 ); |
| 1183 | 1184 | |
| 1184 | 1185 | return false; |
| 1185 | 1186 | } |