Added comment form hook

git-svn-id: http://svn.automattic.com/wordpress/trunk@1855 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2004-11-15 17:09:30 +00:00
parent a6f951101c
commit 258b2b65e9
2 changed files with 2 additions and 0 deletions

View File

@ -85,6 +85,7 @@ if (!empty($commentstatus->post_password) && $_COOKIE['wp-postpass_'. COOKIEHASH
<p>
<input name="submit" type="submit" tabindex="5" value="<?php _e("Say It!"); ?>" />
</p>
<?php do_action('comment_form', $post->ID); ?>
</form>
<?php } else { // comments are closed ?>
<p><?php _e("Sorry, the comment form is closed at this time."); ?></p>

View File

@ -63,6 +63,7 @@
<p>
<input name="submit" id="submit" type="submit" tabindex="5" value="<?php _e('Say It!'); ?>" />
</p>
<?php do_action('comment_form', $post->ID); ?>
</form>
<?php else : // Comments are closed ?>