Changeset 13441 for trunk/src/bp-activity/bp-activity-notifications.php
- Timestamp:
- 03/23/2023 07:35:38 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-notifications.php
r13433 r13441 30 30 $user_id = $secondary_item_id; 31 31 $user_fullname = bp_core_get_user_displayname( $user_id ); 32 $activity_slug = bp_get_activity_slug(); 32 33 33 34 switch ( $action ) { 34 35 case 'new_at_mention': 35 36 $action_filter = 'at_mentions'; 36 $link = bp_loggedin_user_domain() . bp_get_activity_slug() . '/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 43 38 44 /* translators: %s: the current user display name */
Note: See TracChangeset
for help on using the changeset viewer.