From 56c2e5838d6ca6658d9bcfcb0156b7951061eca0 Mon Sep 17 00:00:00 2001 From: mgiulio Date: Mon, 29 Sep 2014 17:11:34 +0200 Subject: [PATCH] Fix get_cart_tax() 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 d56c34ff7fe..4c49f7289cc 100644 --- a/includes/abstracts/abstract-wc-order.php +++ b/includes/abstracts/abstract-wc-order.php @@ -1239,7 +1239,7 @@ abstract class WC_Abstract_Order { } /** - * Gets shipping tax amount. + * Gets cart tax amount. * * @return float */