From 0b4847d75d2904693bf58ca68e2fef76e08fb1b1 Mon Sep 17 00:00:00 2001 From: Mohammed Saimon Date: Mon, 14 May 2018 13:26:25 +0600 Subject: [PATCH] fix(missing-country-code): add bahrain country code in the load_country_states method --- includes/class-wc-countries.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/class-wc-countries.php b/includes/class-wc-countries.php index 2b44981f0ab..bb220a62d4d 100644 --- a/includes/class-wc-countries.php +++ b/includes/class-wc-countries.php @@ -102,6 +102,7 @@ class WC_Countries { 'AT' => array(), 'AX' => array(), 'BE' => array(), + 'BH' => array(), 'BI' => array(), 'CZ' => array(), 'DE' => array(),