Fixed "end if" comment

This commit is contained in:
Claudio Sanches 2018-03-19 20:22:39 -03:00
parent 73b1c9c603
commit 16f3858472
1 changed files with 1 additions and 1 deletions

View File

@ -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.