Changeset 5416 for trunk/bp-friends/bp-friends-screens.php
- Timestamp:
- 11/29/2011 10:18:26 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends/bp-friends-screens.php
r5302 r5416 30 30 bp_core_add_message( __( 'Friendship could not be accepted', 'buddypress' ), 'error' ); 31 31 32 bp_core_redirect( bp_loggedin_user_domain() . bp_current_component() . '/' . bp_current_action() );32 bp_core_redirect( trailingslashit( bp_loggedin_user_domain() . bp_current_component() . '/' . bp_current_action() ) ); 33 33 34 34 } elseif ( bp_is_action_variable( 'reject', 0 ) && is_numeric( bp_action_variable( 1 ) ) ) { … … 41 41 bp_core_add_message( __( 'Friendship could not be rejected', 'buddypress' ), 'error' ); 42 42 43 bp_core_redirect( bp_loggedin_user_domain() . bp_current_component() . '/' . bp_current_action() );43 bp_core_redirect( trailingslashit( bp_loggedin_user_domain() . bp_current_component() . '/' . bp_current_action() ) ); 44 44 } 45 45
Note: See TracChangeset
for help on using the changeset viewer.