Skip to content

Commit

Permalink
DLX turnstile typo fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldhuereca committed Oct 15, 2023
1 parent 53beda7 commit 42def41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Turnstile.php
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ public function return_turnstile_html() {
}

$this->enqueue_scripts();
return $html . '<div id="dlx-pmpro-turnstile"></div> . $query_vals';
return $html . '<div id="dlx-pmpro-turnstile"></div>';
}

/**
Expand Down

0 comments on commit 42def41

Please sign in to comment.