[2.2] Missed one file for #5284

This commit is contained in:
Mike Jolley 2014-04-08 16:29:29 +01:00
parent 937db45913
commit f869e12aac
1 changed files with 2 additions and 4 deletions

View File

@ -110,11 +110,11 @@ class WC_Settings_Shipping extends WC_Settings_Page {
array(
'title' => __( 'Shipping Destination', 'woocommerce' ),
'desc' => __( 'This controls which shipping address is used by default.', 'woocommerce' ),
'id' => 'woocommerce_ship_to_billing',
'id' => 'woocommerce_ship_to_destination',
'default' => 'shipping',
'type' => 'radio',
'options' => array(
'' => __( 'Default to shipping address', 'woocommerce' ),
'shipping' => __( 'Default to shipping address', 'woocommerce' ),
'billing' => __( 'Default to billing address', 'woocommerce' ),
'billing_only' => __( 'Only ship to the users billing address', 'woocommerce' ),
),
@ -123,8 +123,6 @@ class WC_Settings_Shipping extends WC_Settings_Page {
'show_if_checked' => 'option',
),
//woocommerce_ship_to_billing_address_only
array(
'title' => __( 'Restrict shipping to Location(s)', 'woocommerce' ),
'desc' => sprintf( __( 'Choose which countries you want to ship to, or choose to ship to all <a href="%s">locations you sell to</a>.', 'woocommerce' ), admin_url( 'admin.php?page=wc-settings&tab=general' ) ),