Changeset 12882 for trunk/src/bp-xprofile/bp-xprofile-functions.php
- Timestamp:
- 04/13/2021 04:26:05 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-functions.php
r12869 r12882 150 150 function bp_xprofile_get_field_types() { 151 151 $fields = array( 152 'checkbox' => 'BP_XProfile_Field_Type_Checkbox', 153 'datebox' => 'BP_XProfile_Field_Type_Datebox', 154 'multiselectbox' => 'BP_XProfile_Field_Type_Multiselectbox', 155 'number' => 'BP_XProfile_Field_Type_Number', 156 'url' => 'BP_XProfile_Field_Type_URL', 157 'radio' => 'BP_XProfile_Field_Type_Radiobutton', 158 'selectbox' => 'BP_XProfile_Field_Type_Selectbox', 159 'textarea' => 'BP_XProfile_Field_Type_Textarea', 160 'textbox' => 'BP_XProfile_Field_Type_Textbox', 161 'telephone' => 'BP_XProfile_Field_Type_Telephone', 162 'wp-biography' => 'BP_XProfile_Field_Type_WordPress_Biography', 163 'wp-textbox' => 'BP_XProfile_Field_Type_WordPress_Textbox', 152 'checkbox' => 'BP_XProfile_Field_Type_Checkbox', 153 'datebox' => 'BP_XProfile_Field_Type_Datebox', 154 'multiselectbox' => 'BP_XProfile_Field_Type_Multiselectbox', 155 'number' => 'BP_XProfile_Field_Type_Number', 156 'url' => 'BP_XProfile_Field_Type_URL', 157 'radio' => 'BP_XProfile_Field_Type_Radiobutton', 158 'selectbox' => 'BP_XProfile_Field_Type_Selectbox', 159 'textarea' => 'BP_XProfile_Field_Type_Textarea', 160 'textbox' => 'BP_XProfile_Field_Type_Textbox', 161 'telephone' => 'BP_XProfile_Field_Type_Telephone', 162 'wp-biography' => 'BP_XProfile_Field_Type_WordPress_Biography', 163 'wp-textbox' => 'BP_XProfile_Field_Type_WordPress_Textbox', 164 'checkbox_acceptance' => 'BP_XProfile_Field_Type_Checkbox_Acceptance', 164 165 ); 165 166
Note: See TracChangeset
for help on using the changeset viewer.