Add comment_form hook to default comments template. Bug 665.

git-svn-id: http://svn.automattic.com/wordpress/trunk@2093 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
rboren 2005-01-14 23:37:37 +00:00
parent 2a2f21524e
commit 46678cd884
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>