From f03dde786814d82e26af7fd9561d4382ff79133f Mon Sep 17 00:00:00 2001 From: Shohei Tanaka Date: Sat, 8 Feb 2014 15:50:03 +0900 Subject: [PATCH] $tax_code was url encoded , so decode it. I can't read tax code at this box, if used Japanese in tax code. I want to read it in Japanese, so decode here. --- includes/admin/post-types/meta-boxes/views/html-order-tax.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/admin/post-types/meta-boxes/views/html-order-tax.php b/includes/admin/post-types/meta-boxes/views/html-order-tax.php index f2083312460..6e72f6f6d18 100644 --- a/includes/admin/post-types/meta-boxes/views/html-order-tax.php +++ b/includes/admin/post-types/meta-boxes/views/html-order-tax.php @@ -7,7 +7,7 @@ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly $tax_code ) : ?> - + @@ -23,4 +23,4 @@ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

×
- \ No newline at end of file +