Republic of Ireland

This commit is contained in:
Mike Jolley 2012-08-17 15:44:35 +01:00
parent 304fd82680
commit 647df60328
2 changed files with 17 additions and 17 deletions

View File

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

View File

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