- Timestamp:
- 08/30/2016 03:17:16 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-field.php
r11035 r11041 1104 1104 1105 1105 return true; 1106 } 1107 1108 /** 1109 * Save miscellaneous settings for this field. 1110 * 1111 * Some field types have type-specific settings, which are saved here. 1112 * 1113 * @since 2.7.0 1114 * 1115 * @param array $settings Array of settings. 1116 */ 1117 public function admin_save_settings( $settings ) { 1118 return $this->type_obj->admin_save_settings( $this->id, $settings ); 1106 1119 } 1107 1120
Note: See TracChangeset
for help on using the changeset viewer.