Changeset 9710 for trunk/src/bp-xprofile/bp-xprofile-functions.php
- Timestamp:
- 04/07/2015 12:38:10 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-functions.php
r9625 r9710 284 284 } 285 285 286 if ( ! empty( $r['is_default_option'] ) ) { 287 $field->is_default_option = $r['is_default_option']; 288 } 286 $field->is_default_option = (bool) $r['is_default_option']; 289 287 290 288 if ( ! empty( $r['option_order'] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.