Changeset 13503 for trunk/src/bp-messages/bp-messages-functions.php
- Timestamp:
- 06/18/2023 04:11:04 AM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-messages/bp-messages-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-messages/bp-messages-functions.php
r13433 r13503 630 630 bp_members_get_user_url( 631 631 $recipient->user_id, 632 array( 633 'single_item_component' => bp_rewrites_get_slug( 'members', 'member_messages', bp_get_messages_slug() ), 634 'single_item_action' => bp_rewrites_get_slug( 'members', 'member_messages_view', 'view' ), 635 'single_item_action_variables' => array( $thread_id ), 636 ) 632 bp_members_get_path_chunks( array( bp_get_messages_slug(), 'view', array( $thread_id ) ) ) 637 633 ) 638 634 ),
Note: See TracChangeset
for help on using the changeset viewer.