From 8ea696f57ad82defd5a7d57bd7eea11353da8591 Mon Sep 17 00:00:00 2001 From: "amit.chauhan" Date: Wed, 24 Oct 2018 19:19:16 +0530 Subject: [PATCH] Fixed woocommerce_localisation_address_formats for country code IN file class-wc-countries.php and removed comment --- includes/class-wc-countries.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/class-wc-countries.php b/includes/class-wc-countries.php index fc36362d369..6b7581cbd65 100644 --- a/includes/class-wc-countries.php +++ b/includes/class-wc-countries.php @@ -470,8 +470,6 @@ class WC_Countries { * * @return array */ - - // removed - for country code IN that was mistakenly written causing wrong pattern generated public function get_address_formats() { if ( empty( $this->address_formats ) ) { $this->address_formats = apply_filters(