Republic of Ireland
This commit is contained in:
parent
304fd82680
commit
647df60328
|
@ -524,7 +524,7 @@ class WC_Cart {
|
|||
|
||||
foreach ($other_data as $data ) {
|
||||
// Set hidden to true to not display meta on cart.
|
||||
if ( ! $data['hidden'] ) {
|
||||
if ( empty( $data['hidden'] ) ) {
|
||||
$display_value = !empty($data['display']) ? $data['display'] : $data['value'];
|
||||
|
||||
if ($flat)
|
||||
|
|
|
@ -133,7 +133,7 @@ class WC_Countries {
|
|||
'ID' => __('Indonesia', 'woocommerce'),
|
||||
'IR' => __('Iran', 'woocommerce'),
|
||||
'IQ' => __('Iraq', 'woocommerce'),
|
||||
'IE' => __('Ireland', 'woocommerce'),
|
||||
'IE' => __('Republic of Ireland', 'woocommerce'),
|
||||
'IM' => __('Isle of Man', 'woocommerce'),
|
||||
'IL' => __('Israel', 'woocommerce'),
|
||||
'IT' => __('Italy', 'woocommerce'),
|
||||
|
|
Loading…
Reference in New Issue