Skip to content

Commit

Permalink
Fix incorrect code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
n7studios committed Oct 23, 2023
1 parent cd7394d commit e9e44ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-convertkit-output.php
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ public function output_global_non_inline_form() {
return;
}

// Add the form to the scripts array so it is included in the preview.
// Add the form to the scripts array so it is included in the output.
add_filter(
'convertkit_output_scripts_footer',
function ( $scripts ) use ( $form ) {
Expand Down

0 comments on commit e9e44ab

Please sign in to comment.