Skip to content

Commit a23c01c

Browse files
Add inline comment for clarity
1 parent e10cd4d commit a23c01c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/licensing/class-poller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ public function hook() {
4040
* Run!
4141
*/
4242
public function run() {
43-
4443
// don't run if license not active
4544
if( ! $this->license->activated ) {
4645
return;
4746
}
4847

48+
// assume valid by default, in case of server errors on our side.
4949
$license_still_valid = true;
5050

5151
try {

0 commit comments

Comments
 (0)