Changeset 6117
- Timestamp:
- 06/19/2012 12:18:19 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/bp-xprofile/bp-xprofile-admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-admin.php
r5797 r6117 258 258 } 259 259 260 if ( !$field->save() ) { 260 // For new profile fields, set the $field_id. For existing profile fields, 261 // this will overwrite $field_id with the same value. 262 $field_id = $field->save(); 263 264 if ( !$field_id ) { 261 265 $message = __( 'There was an error saving the field. Please try again', 'buddypress' ); 262 266 $type = 'error';
Note: See TracChangeset
for help on using the changeset viewer.