Changeset 13503 for trunk/src/bp-activity/bp-activity-notifications.php
- Timestamp:
- 06/18/2023 04:11:04 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-notifications.php
r13500 r13503 35 35 case 'new_at_mention': 36 36 $action_filter = 'at_mentions'; 37 $link = bp_loggedin_user_url( 38 array( 39 'single_item_component' => bp_rewrites_get_slug( 'members', 'member_' . $activity_slug, $activity_slug ), 40 'single_item_action' => bp_rewrites_get_slug( 'members', 'member_' . $activity_slug . '_mentions', 'mentions' ), 41 ) 42 ); 37 $link = bp_loggedin_user_url( bp_members_get_path_chunks( array( $activity_slug, 'mentions' ) ) ); 43 38 44 39 /* translators: %s: the current user display name */
Note: See TracChangeset
for help on using the changeset viewer.