From 7ecae84d99feed76804b338fa47120e17f76fab2 Mon Sep 17 00:00:00 2001 From: David Levin Date: Thu, 19 Dec 2019 08:00:21 -0800 Subject: [PATCH] Rename coupons to discounts in order summary --- includes/admin/meta-boxes/views/html-order-items.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/admin/meta-boxes/views/html-order-items.php b/includes/admin/meta-boxes/views/html-order-items.php index 58a2880f58f..ba4596bde84 100644 --- a/includes/admin/meta-boxes/views/html-order-items.php +++ b/includes/admin/meta-boxes/views/html-order-items.php @@ -154,7 +154,7 @@ if ( wc_tax_enabled() ) { get_total_discount() ) : ?> - + get_total_discount(), array( 'currency' => $order->get_currency() ) ); // WPCS: XSS ok. ?>