[wp-cvs] wordpress/wp-includes comment-functions.php,1.15,1.16

Ryan Boren rboren at users.sourceforge.net
Fri Jan 21 00:38:06 GMT 2005


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

Modified Files:
	comment-functions.php 
Log Message:
Pass $d from comment_time() to get_comment_time().  Bug 724.  Props: coffee2code

Index: comment-functions.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-includes/comment-functions.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** comment-functions.php	15 Jan 2005 01:07:52 -0000	1.15
--- comment-functions.php	21 Jan 2005 00:38:04 -0000	1.16
***************
*** 282,286 ****
  
  function comment_time( $d = '' ) {
! 	echo get_comment_time();
  }
  
--- 282,286 ----
  
  function comment_time( $d = '' ) {
! 	echo get_comment_time($d);
  }
  



More information about the cvs mailing list