Changeset 13034 for trunk/src/bp-groups/bp-groups-notifications.php
- Timestamp:
- 08/09/2021 10:00:02 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-notifications.php
r12893 r13034 615 615 * @param string $notification_link The permalink for notification. 616 616 */ 617 return apply_filters( 'bp_groups_' . $amount . '_' . $action . '_notification', '<a href="' . $notification_link . '">' . $text . '</a>', $total_items, $group->name );617 return apply_filters( 'bp_groups_' . $amount . '_' . $action . '_notification', '<a href="' . $notification_link . '">' . $text . '</a>', $total_items, $group->name, $text, $notification_link ); 618 618 } else { 619 619
Note: See TracChangeset
for help on using the changeset viewer.