From f67ab4e447efdaaceea5920f4a3cc6a286afa6d7 Mon Sep 17 00:00:00 2001 From: Mike Jolley Date: Thu, 10 Jan 2019 13:20:02 +0000 Subject: [PATCH] correct version --- includes/class-wc-cart-totals.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/class-wc-cart-totals.php b/includes/class-wc-cart-totals.php index 35ae4b1552c..608dccda721 100644 --- a/includes/class-wc-cart-totals.php +++ b/includes/class-wc-cart-totals.php @@ -587,7 +587,7 @@ final class WC_Cart_Totals { /** * Round merged taxes. * - * @since 3.4.5 + * @since 3.5.4 * @param array $taxes Taxes to round. * @return array */