Merge pull request #4448 from shoheitanaka/patch-8

Correct get_country_locale for Japanese
This commit is contained in:
Mike Jolley 2014-01-08 06:23:12 -08:00
commit 51bd102fb8
1 changed files with 2 additions and 13 deletions

View File

@ -942,19 +942,8 @@ class WC_Countries {
) )
), ),
'JP' => array( 'JP' => array(
'last_name' => array( 'state' => array(
'class' => array( 'form-row-first' ), 'label' => __( 'Province', 'woocommerce' )
),
'first_name' => array(
'class' => array( 'form-row-last' ),
'clear' => true
),
'postcode' => array(
'class' => array( 'form-row-first' ),
),
'state' => array(
'class' => array( 'form-row-last' ),
'clear' => true
) )
), ),
'KR' => array( 'KR' => array(