Changeset 11381 for trunk/src/bp-groups/bp-groups-notifications.php
- Timestamp:
- 01/12/2017 01:18:16 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-groups/bp-groups-notifications.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-notifications.php
r11278 r11381 431 431 * @param string $notification_link The permalink for notification. 432 432 */ 433 return apply_filters( 'bp_groups_' . $amount . '_' . $action . '_notification', '<a href="' . $notification_link . '" title="' . sprintf( __( '%s requests group membership', 'buddypress' ), $user_fullname ) . '">' . $text . '</a>', $group_link, $user_fullname, $group->name, $text, $notification_link );433 return apply_filters( 'bp_groups_' . $amount . '_' . $action . '_notification', '<a href="' . $notification_link . '">' . $text . '</a>', $group_link, $user_fullname, $group->name, $text, $notification_link ); 434 434 } else { 435 435
Note: See TracChangeset
for help on using the changeset viewer.