- Timestamp:
- 02/21/2015 02:27:49 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-field-type-selectbox.php
r9486 r9521 105 105 } 106 106 107 $option_values = ( array) $original_option_values;107 $option_values = ( $original_option_values ) ? (array) $original_option_values : array(); 108 108 for ( $k = 0, $count = count( $options ); $k < $count; ++$k ) { 109 109 $selected = '';
Note: See TracChangeset
for help on using the changeset viewer.