<?php do_action('comment_form', $post->ID); ?>
Does that do anything by default? I didnt find any corresponding function, or does it simply exist for plugin usage?
<?php do_action('comment_form', $post->ID); ?>
Does that do anything by default? I didnt find any corresponding function, or does it simply exist for plugin usage?
nm, figured it out :)
This topic has been closed to new replies.