<div dir="ltr">Good morning, reviewers,<div><br></div><div>I've noticed a few times now that reviewers have required Theme developers not to use 'comment_form_before' as the action into which to hook the callback to enqueue 'comment-reply'.</div>
<div><br></div><div>Hooking into 'comment_form_before' is perfectly fine - and in fact, using it actually eliminates one of the conditionals normally used, comments_open(), since the 'comment_form_before' action will never fire if comments are closed.</div>
<div><br></div><div>In general, WordPress will throw a _doing_it_wrong() if someone is attempting to call wp_enqueue_script() at an incorrect action. So, if you're not getting a _doing_it_wrong(), then please double-check before requiring the developer to change the action being used.</div>
<div><br></div><div>Thanks,</div><div><br></div><div>Chip</div></div>