[wp-cvs] wordpress wp-comments-popup.php, 1.17, 1.18 wp-comments.php, 1.26, 1.27

Matthew Mullenweg saxmatt at users.sourceforge.net
Mon Nov 15 17:09:33 UTC 2004


Update of /cvsroot/cafelog/wordpress
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6850

Modified Files:
	wp-comments-popup.php wp-comments.php 
Log Message:
Added comment form hook

Index: wp-comments.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-comments.php,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** wp-comments.php	10 Oct 2004 18:02:29 -0000	1.26
--- wp-comments.php	15 Nov 2004 17:09:30 -0000	1.27
***************
*** 64,67 ****
--- 64,68 ----
  	  <input name="submit" id="submit" type="submit" tabindex="5" value="<?php _e('Say It!'); ?>" />
  	</p>
+ 	<?php do_action('comment_form', $post->ID); ?>
  </form>
  

Index: wp-comments-popup.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-comments-popup.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** wp-comments-popup.php	10 Oct 2004 18:02:29 -0000	1.17
--- wp-comments-popup.php	15 Nov 2004 17:09:30 -0000	1.18
***************
*** 86,89 ****
--- 86,90 ----
  	  <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 ?>




More information about the cvs mailing list