From 16f38584729db5463fd0a368844efd7815c8acdd Mon Sep 17 00:00:00 2001 From: Claudio Sanches Date: Mon, 19 Mar 2018 20:22:39 -0300 Subject: [PATCH] Fixed "end if" comment --- includes/class-wc-webhook.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/class-wc-webhook.php b/includes/class-wc-webhook.php index c8b0d11e951..37e377d1fcd 100644 --- a/includes/class-wc-webhook.php +++ b/includes/class-wc-webhook.php @@ -166,7 +166,7 @@ class WC_Webhook extends WC_Legacy_Webhook { } elseif ( 'updated' === $this->get_event() && $resource_created ) { $should_deliver = false; } - } // End if(). + } /* * Let other plugins intercept deliver for some messages queue like rabbit/zeromq.