Fix saving as array #2259
This commit is contained in:
parent
7fceb30c07
commit
c41d96dba1
|
@ -70,7 +70,6 @@ function woocommerce_update_options( $options ) {
|
|||
case "single_select_page" :
|
||||
case "single_select_country" :
|
||||
case 'radio' :
|
||||
case "multiselect" :
|
||||
|
||||
if ( $value['id'] == 'woocommerce_price_thousand_sep' || $value['id'] == 'woocommerce_price_decimal_sep' ) {
|
||||
|
||||
|
@ -116,6 +115,7 @@ function woocommerce_update_options( $options ) {
|
|||
break;
|
||||
|
||||
// Special types
|
||||
case "multiselect" :
|
||||
case "multi_select_countries" :
|
||||
|
||||
// Get countries array
|
||||
|
|
Loading…
Reference in New Issue