Changeset 11849 for trunk/src/bp-xprofile/bp-xprofile-functions.php
- Timestamp:
- 02/07/2018 03:29:25 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-functions.php
r11817 r11849 159 159 'textarea' => 'BP_XProfile_Field_Type_Textarea', 160 160 'textbox' => 'BP_XProfile_Field_Type_Textbox', 161 'telephone' => 'BP_XProfile_Field_Type_Telephone', 161 162 ); 162 163 … … 869 870 */ 870 871 function xprofile_sync_wp_profile_on_single_field_set( $data ) { 871 872 872 873 if ( bp_xprofile_fullname_field_id() !== $data->field_id ) { 873 874 return;
Note: See TracChangeset
for help on using the changeset viewer.