Changeset 13443 for trunk/src/bp-messages/actions/view.php
- Timestamp:
- 03/31/2023 05:26:39 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-messages/actions/view.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-messages/actions/view.php
r13383 r13443 46 46 } 47 47 48 bp_core_redirect( bp_displayed_user_domain() . bp_get_messages_slug() . '/view/' . $thread_id . '/' ); 48 $path_chunks = bp_members_get_path_chunks( array( bp_get_messages_slug(), 'view', $thread_id ) ); 49 $redirect = bp_displayed_user_url( $path_chunks ); 50 51 bp_core_redirect( $redirect ); 49 52 } 50 53
Note: See TracChangeset
for help on using the changeset viewer.