Changeset 11606 for trunk/src/bp-activity/bp-activity-notifications.php
- Timestamp:
- 06/22/2017 08:09:27 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-notifications.php
r11022 r11606 95 95 * @param int $user_id ID of the user who inited the interaction. 96 96 */ 97 $return = apply_filters( 'bp_activity_' . $amount . '_' . $action_filter . '_notification', '<a href="' . esc_url( $link ) . '" title="' . esc_attr( $title ) . '">' . esc_html( $text ) . '</a>', $link, (int) $total_items, $activity_id, $user_id );97 $return = apply_filters( 'bp_activity_' . $amount . '_' . $action_filter . '_notification', '<a href="' . esc_url( $link ) . '">' . esc_html( $text ) . '</a>', $link, (int) $total_items, $activity_id, $user_id ); 98 98 } else { 99 99
Note: See TracChangeset
for help on using the changeset viewer.