From a21c18ee9c114885ddecefd38845eaf1728c76f1 Mon Sep 17 00:00:00 2001 From: itzmekhokan Date: Fri, 30 Aug 2019 07:35:17 +0530 Subject: [PATCH] Fixed coding standards for this comment. --- includes/class-wc-order.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/class-wc-order.php b/includes/class-wc-order.php index bdc4e796f85..92c3dd9dc03 100644 --- a/includes/class-wc-order.php +++ b/includes/class-wc-order.php @@ -1414,7 +1414,7 @@ class WC_Order extends WC_Abstract_Order { continue; } - // check item refunds + // Check item refunds. $refunded_qty = abs( $this->get_qty_refunded_for_item( $item->get_id() ) ); if ( $refunded_qty && $item->get_quantity() === $refunded_qty ) { continue;