- Timestamp:
- 01/06/2023 11:51:53 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-field-type-selectbox.php
r13392 r13393 107 107 $html = '<option value="">' . /* translators: no option picked in select box */ esc_html__( '----', 'buddypress' ) . '</option>'; 108 108 109 if ( empty( $original_option_values ) && ! empty( $_POST[ 'field_' . $this->field_obj->id ] ) ) {109 if ( empty( $original_option_values ) && ! empty( $_POST[ 'field_' . $this->field_obj->id ] ) ) { 110 110 $original_option_values = sanitize_text_field( $_POST[ 'field_' . $this->field_obj->id ] ); 111 111 }
Note: See TracChangeset
for help on using the changeset viewer.