Merge pull request #8142 from DanielSantoro/patch-2

Correct Geographical Ordering
This commit is contained in:
Claudio Sanches 2015-05-12 00:51:39 -03:00
commit 8c1a1cc31d
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,7 @@ $states['NZ'] = array(
'WA' => __( 'Waikato', 'woocommerce' ),
'BP' => __( 'Bay of Plenty', 'woocommerce' ),
'TK' => __( 'Taranaki', 'woocommerce' ),
'GI' => __( 'Gisborne', 'woocommerce' ),
'HB' => __( 'Hawke’s Bay', 'woocommerce' ),
'MW' => __( 'Manawatu-Wanganui', 'woocommerce' ),
'WE' => __( 'Wellington', 'woocommerce' ),
@ -25,6 +26,5 @@ $states['NZ'] = array(
'CT' => __( 'Canterbury', 'woocommerce' ),
'OT' => __( 'Otago', 'woocommerce' ),
'SL' => __( 'Southland', 'woocommerce'),
'GI' => __( 'Gisborne', 'woocommerce' ),
);