From 1922b377e81c21d378dc1963a21a69d6a07e27c6 Mon Sep 17 00:00:00 2001 From: Mike Jolley Date: Mon, 20 Oct 2014 16:10:36 +0100 Subject: [PATCH] Corrected comment --- includes/abstracts/abstract-wc-order.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/abstracts/abstract-wc-order.php b/includes/abstracts/abstract-wc-order.php index ad0033d17d1..0b86b448f8b 100644 --- a/includes/abstracts/abstract-wc-order.php +++ b/includes/abstracts/abstract-wc-order.php @@ -1237,7 +1237,7 @@ abstract class WC_Abstract_Order { } /** - * Gets the total (product) discount amount - these are applied before tax. + * Gets the total (order) discount amount - these are applied after tax. * * @return float */