Changeset 10243
- Timestamp:
- 10/11/2015 12:52:31 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-field.php
r10229 r10243 1105 1105 $this->is_required = $_POST['required']; 1106 1106 $this->type = $_POST['fieldtype']; 1107 $this->order_by = $_POST["sort_order_{$this->type}"];1108 1107 $this->field_order = $_POST['field_order']; 1108 1109 if ( ! empty( $_POST["sort_order_{$this->type}"] ) ) { 1110 $this->order_by = $_POST["sort_order_{$this->type}"]; 1111 } 1109 1112 } 1110 1113 } else {
Note: See TracChangeset
for help on using the changeset viewer.