mirror of
git://develop.git.wordpress.org/
synced 2025-01-18 05:18:42 +01:00
Added comment form hook
git-svn-id: https://develop.svn.wordpress.org/trunk@1855 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
1b3ce357bb
commit
e9e1b92f87
@ -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>
|
||||
|
@ -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 ?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user