Ticket #5580: bp-xprofile-screens.php.patch
File bp-xprofile-screens.php.patch, 511 bytes (added by , 11 years ago) |
---|
-
bp-xprofile/bp-xprofile-screens.php
209 209 } else { 210 210 do_action( 'xprofile_avatar_uploaded' ); 211 211 bp_core_add_message( __( 'Your new avatar was uploaded successfully.', 'buddypress' ) ); 212 bp_core_redirect( bp_ loggedin_user_domain() );212 bp_core_redirect( bp_displayed_user_domain() ); 213 213 } 214 214 } 215 215