[wp-cvs] wordpress/wp-content/themes/default comments.php,1.2,1.3

Ryan Boren rboren at users.sourceforge.net
Fri Jan 14 23:37:40 GMT 2005


Update of /cvsroot/cafelog/wordpress/wp-content/themes/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7403/wp-content/themes/default

Modified Files:
	comments.php 
Log Message:
Add comment_form hook to default comments template.  Bug 665.

Index: comments.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-content/themes/default/comments.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** comments.php	4 Jan 2005 05:20:06 -0000	1.2
--- comments.php	14 Jan 2005 23:37:37 -0000	1.3
***************
*** 78,82 ****
  
  <p><input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" /></p>
! 
  
  </form>
--- 78,82 ----
  
  <p><input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" /></p>
! <?php do_action('comment_form', $post->ID); ?>
  
  </form>



More information about the cvs mailing list