Skip to content

Commit ba8fb22

Browse files
authored
gw-draft-resume-change-notice.php: Added new snippet that displays a notice when a user resumes draft from a new IP/UA.
1 parent 3018ec3 commit ba8fb22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gravity-forms/gw-draft-resume-change-notice.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
if ( empty( $_GET['gf_token'] ) ) {
1111
return $form_markup;
1212
}
13-
$token = sanitize_text_field( wp_unslash( $_GET['gf_token'] ) );
13+
$token = sanitize_text_field( wp_unslash( $_GET['gf_token'] ) );
1414

1515
global $wpdb;
1616
$table = GFFormsModel::get_draft_submissions_table_name();

0 commit comments

Comments
 (0)