Changeset 12596 for trunk/src/bp-xprofile/bp-xprofile-admin.php
- Timestamp:
- 03/28/2020 01:52:20 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-admin.php
r12529 r12596 571 571 572 572 if ( !$field->delete( (bool) $delete_data ) ) { 573 /* translators: %s: the field type */ 573 574 $message = sprintf( __( 'There was an error deleting the %s. Please try again.', 'buddypress' ), $field_type ); 574 575 $type = 'error'; 575 576 } else { 577 /* translators: %s: the field type */ 576 578 $message = sprintf( __( 'The %s was deleted successfully!', 'buddypress' ), $field_type ); 577 579 $type = 'success';
Note: See TracChangeset
for help on using the changeset viewer.