removed settings used for testing
This commit is contained in:
parent
539f2a1857
commit
999f02612a
|
@ -26,12 +26,12 @@ $woocommerce_settings['general'] = apply_filters('woocommerce_general_settings',
|
||||||
|
|
||||||
array(
|
array(
|
||||||
'name' => __( 'Base Country/Region', 'woocommerce' ),
|
'name' => __( 'Base Country/Region', 'woocommerce' ),
|
||||||
'desc' => '2 descriptions',
|
'desc' => __( 'This is the base country for your business. Tax rates will be based on this country.', 'woocommerce' ),
|
||||||
'id' => 'woocommerce_default_country',
|
'id' => 'woocommerce_default_country',
|
||||||
'css' => 'min-width:300px;',
|
'css' => 'min-width:300px;',
|
||||||
'std' => 'GB',
|
'std' => 'GB',
|
||||||
'type' => 'single_select_country',
|
'type' => 'single_select_country',
|
||||||
'desc_tip' => __( 'This is the base country for your business. Tax rates will be based on this country.', 'woocommerce' ),
|
'desc_tip' => true,
|
||||||
),
|
),
|
||||||
|
|
||||||
array(
|
array(
|
||||||
|
@ -40,9 +40,9 @@ $woocommerce_settings['general'] = apply_filters('woocommerce_general_settings',
|
||||||
'id' => 'woocommerce_currency',
|
'id' => 'woocommerce_currency',
|
||||||
'css' => 'min-width:300px;',
|
'css' => 'min-width:300px;',
|
||||||
'std' => 'GBP',
|
'std' => 'GBP',
|
||||||
'type' => 'radio',
|
'type' => 'select',
|
||||||
'class' => '',
|
'class' => 'chosen_select',
|
||||||
'desc_tip' => 'Abother desc',
|
'desc_tip' => true,
|
||||||
'options' => array_unique( apply_filters( 'woocommerce_currencies', array(
|
'options' => array_unique( apply_filters( 'woocommerce_currencies', array(
|
||||||
'USD' => __( 'US Dollars ($)', 'woocommerce' ),
|
'USD' => __( 'US Dollars ($)', 'woocommerce' ),
|
||||||
'EUR' => __( 'Euros (€)', 'woocommerce' ),
|
'EUR' => __( 'Euros (€)', 'woocommerce' ),
|
||||||
|
|
Loading…
Reference in New Issue