Add comment_form hook to default comments template. Bug 665.

git-svn-id: https://develop.svn.wordpress.org/trunk@2093 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2005-01-14 23:37:37 +00:00
parent ed1c204a4a
commit 9e2a26f943
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@
<p><textarea name="comment" id="comment" cols="100%" rows="10" tabindex="4"></textarea></p>
<p><input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" /></p>
<?php do_action('comment_form', $post->ID); ?>
</form>