Fixed parse errors

This commit is contained in:
Coen Jacobs 2012-08-25 20:52:19 +02:00
parent 431316dfd3
commit 1b9ef086e7
1 changed files with 2 additions and 2 deletions

View File

@ -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'),