Changeset 4939
- Timestamp:
- 08/06/2011 09:33:46 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-admin.php
r4827 r4939 213 213 $type = 'success'; 214 214 215 if ( 1 == $group_id ) 216 bp_update_option( 'bp-xprofile-base-group-name', $group->name ); 217 215 218 do_action( 'xprofile_groups_saved_group', $group ); 216 219 } … … 291 294 $message = __( 'The field was saved successfully.', 'buddypress' ); 292 295 $type = 'success'; 296 297 if ( 1 == $field_id ) 298 bp_update_option( 'bp-xprofile-fullname-field-name', $field->name ); 293 299 294 300 unset( $_GET['mode'] );
Note: See TracChangeset
for help on using the changeset viewer.