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(
|
||||
'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',
|
||||
'css' => 'min-width:300px;',
|
||||
'std' => 'GB',
|
||||
'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(
|
||||
|
@ -40,9 +40,9 @@ $woocommerce_settings['general'] = apply_filters('woocommerce_general_settings',
|
|||
'id' => 'woocommerce_currency',
|
||||
'css' => 'min-width:300px;',
|
||||
'std' => 'GBP',
|
||||
'type' => 'radio',
|
||||
'class' => '',
|
||||
'desc_tip' => 'Abother desc',
|
||||
'type' => 'select',
|
||||
'class' => 'chosen_select',
|
||||
'desc_tip' => true,
|
||||
'options' => array_unique( apply_filters( 'woocommerce_currencies', array(
|
||||
'USD' => __( 'US Dollars ($)', 'woocommerce' ),
|
||||
'EUR' => __( 'Euros (€)', 'woocommerce' ),
|
||||
|
|
Loading…
Reference in New Issue