Fixed parse errors
This commit is contained in:
parent
431316dfd3
commit
1b9ef086e7
|
@ -150,11 +150,11 @@ function woocommerce_get_customer_meta_fields() {
|
||||||
),
|
),
|
||||||
'billing_state' => array(
|
'billing_state' => array(
|
||||||
'label' => __('State/County', 'woocommerce'),
|
'label' => __('State/County', 'woocommerce'),
|
||||||
'description' => '__('Country or state code', 'woocommerce'),
|
'description' => __('Country or state code', 'woocommerce'),
|
||||||
),
|
),
|
||||||
'billing_country' => array(
|
'billing_country' => array(
|
||||||
'label' => __('Country', 'woocommerce'),
|
'label' => __('Country', 'woocommerce'),
|
||||||
'description' => '__('2 letter Country code', 'woocommerce')'
|
'description' => __('2 letter Country code', 'woocommerce'),
|
||||||
),
|
),
|
||||||
'billing_phone' => array(
|
'billing_phone' => array(
|
||||||
'label' => __('Telephone', 'woocommerce'),
|
'label' => __('Telephone', 'woocommerce'),
|
||||||
|
|
Loading…
Reference in New Issue