Changes between Version 1 and Version 2 of Ticket #5472, comment 10
- Timestamp:
- 06/15/2014 04:43:30 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5472, comment 10
v1 v2 1 1 Found an odd issue... 2 2 3 When using usexprofile_insert_field to create options, I guess we need to use 'field_order' instead of 'option_order' because3 When using xprofile_insert_field to create options, I guess we need to use 'field_order' instead of 'option_order' because 4 4 if ( $this->type_obj->supports_options ) { 5 5 will fail for field_types[] = 'option'; ... ?