Changeset 11816
- Timestamp:
- 01/24/2018 01:28:44 PM (7 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/classes/class-bp-members-admin.php
r11798 r11816 405 405 $notice = array( 406 406 'class' => 'error', 407 'message' => __( ' Please make sure you fill in all required fields in this profile field group before saving.', 'buddypress' )407 'message' => __( 'Your changes have not been saved. Please fill in all required fields, and save your changes again.', 'buddypress' ) 408 408 ); 409 409 break; -
trunk/src/bp-xprofile/bp-xprofile-screens.php
r11295 r11816 98 98 // There are errors. 99 99 if ( !empty( $errors ) ) { 100 bp_core_add_message( __( ' Please make sure you fill in all required fields in this profile field group before saving.', 'buddypress' ), 'error' );100 bp_core_add_message( __( 'Your changes have not been saved. Please fill in all required fields, and save your changes again.', 'buddypress' ), 'error' ); 101 101 102 102 // No errors.
Note: See TracChangeset
for help on using the changeset viewer.