Changeset 8678 for trunk/src/bp-xprofile/bp-xprofile-screens.php
- Timestamp:
- 07/23/2014 06:40:28 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-xprofile/bp-xprofile-screens.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-screens.php
r8662 r8678 210 210 211 211 if ( ! bp_core_avatar_handle_crop( $args ) ) { 212 bp_core_add_message( __( 'There was a problem cropping your avatar.', 'buddypress' ), 'error' );212 bp_core_add_message( __( 'There was a problem cropping your profile photo.', 'buddypress' ), 'error' ); 213 213 } else { 214 214 do_action( 'xprofile_avatar_uploaded' ); 215 bp_core_add_message( __( 'Your new avatarwas uploaded successfully.', 'buddypress' ) );215 bp_core_add_message( __( 'Your new profile photo was uploaded successfully.', 'buddypress' ) ); 216 216 bp_core_redirect( bp_displayed_user_domain() ); 217 217 }
Note: See TracChangeset
for help on using the changeset viewer.