marcodeltongo / thematic

Automatically exported from code.google.com/p/thematic
0 stars 0 forks source link

do_action('comment_form', $post->ID) is missing in comments.php #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. install and activate any plugin that uses this hook 
2. go to a single blog entry
3.

What is the expected output? What do you see instead?
no action was reported for 'Comment License' plugin

Please use labels and text to provide additional information.

adding <?php do_action('comment_form', $post->ID); ?> in line 103 of
comments.php will resolve the problem

Original issue reported on code.google.com by chris.gossmann@googlemail.com on 23 Jan 2009 at 5:12

GoogleCodeExporter commented 9 years ago
Fixed in Revision 286

Original comment by chris.gossmann@googlemail.com on 24 Jan 2009 at 3:55