Fix saving as array #2259

This commit is contained in:
Mike Jolley 2013-01-21 13:10:48 +00:00
parent 7fceb30c07
commit c41d96dba1
1 changed files with 1 additions and 1 deletions

View File

@ -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