Changeset 1855

Show
Ignore:
Timestamp:
11/15/04 17:09:30 (4 years ago)
Author:
saxmatt
Message:

Added comment form hook

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-comments-popup.php

    r1768 r1855  
    8686      <input name="submit" type="submit" tabindex="5" value="<?php _e("Say It!"); ?>" /> 
    8787    </p> 
     88    <?php do_action('comment_form', $post->ID); ?> 
    8889</form> 
    8990<?php } else { // comments are closed ?> 
  • trunk/wp-comments.php

    r1768 r1855  
    6464      <input name="submit" id="submit" type="submit" tabindex="5" value="<?php _e('Say It!'); ?>" /> 
    6565    </p> 
     66    <?php do_action('comment_form', $post->ID); ?> 
    6667</form> 
    6768