Changeset 11041 for trunk/src/bp-xprofile/bp-xprofile-admin.php
- Timestamp:
- 08/30/2016 03:17:16 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-admin.php
r11035 r11041 433 433 } 434 434 435 if ( $field->type_obj->do_settings_section() ) { 436 $settings = isset( $_POST['field_settings'] ) ? wp_unslash( $_POST['field_settings'] ) : array(); 437 $field->admin_save_settings( $settings ); 438 } 439 435 440 /** 436 441 * Fires at the end of the process to save a field for a user, if successful.
Note: See TracChangeset
for help on using the changeset viewer.