Forums
Home / Fixing WordPress / Do I need this (do_action()) in my comments.php temlate?
(@fterh)
14 years, 8 months ago
<?php do_action('comment_form', $post->ID); ?>
What does it do?