|
@@ -465,7 +465,8 @@ |
|
|
block discarded – undo |
|
465
|
465
|
} |
|
466
|
466
|
|
|
467
|
467
|
private function is_license_revoked() { |
|
468
|
|
- if ( empty( $this->license ) || empty( $this->plugin_slug ) || isset( $_POST['license'] ) ) { // phpcs:ignore WordPress.Security.NonceVerification.Missing |
|
|
468
|
+ if ( empty( $this->license ) || empty( $this->plugin_slug ) || isset( $_POST['license'] ) ) { |
|
|
469
|
+// phpcs:ignore WordPress.Security.NonceVerification.Missing |
|
469
|
470
|
return; |
|
470
|
471
|
} |
|
471
|
472
|
|
Please login to merge, or discard this patch.