Skip to content

Commit f0b47ae

Browse files
authored
Update
1 parent c595210 commit f0b47ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

free-gift-bulk-coupon-generator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public function add_admin_menu() {
108108
* Initialize admin functionality
109109
*/
110110
public function admin_init() {
111-
// Handle form submission
111+
// Handle form submission.
112112
if ( isset( $_POST['scg_generate_coupons'] ) && isset( $_POST['scg_nonce'] ) && wp_verify_nonce( sanitize_text_field( wp_unslash( $_POST['scg_nonce'] ) ), 'scg_generate_coupons_action' ) ) {
113113
$this->handle_coupon_generation();
114114
}

0 commit comments

Comments
 (0)