[wp-cvs] wordpress/wp-includes comment-functions.php, 1.2, 1.3 template-functions.php, 1.53, 1.54

Ryan Boren rboren at users.sourceforge.net
Thu Dec 16 23:18:19 UTC 2004


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

Modified Files:
	comment-functions.php template-functions.php 
Log Message:
Fix include of comment-functions.php. Bug 554.

Index: comment-functions.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-includes/comment-functions.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** comment-functions.php	16 Dec 2004 03:08:07 -0000	1.2
--- comment-functions.php	16 Dec 2004 23:18:15 -0000	1.3
***************
*** 221,225 ****
  }
  
! function get_comment_author_url_link( $linktext = '', $before = '', $after = '' ) }
  	global $comment;
  	$url = get_comment_author_url();
--- 221,225 ----
  }
  
! function get_comment_author_url_link( $linktext = '', $before = '', $after = '' ) {
  	global $comment;
  	$url = get_comment_author_url();

Index: template-functions.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-includes/template-functions.php,v
retrieving revision 1.53
retrieving revision 1.54
diff -C2 -d -r1.53 -r1.54
*** template-functions.php	15 Sep 2004 15:09:39 -0000	1.53
--- template-functions.php	16 Dec 2004 23:18:15 -0000	1.54
***************
*** 18,22 ****
  
  /***** Comment tags *****/
! require($curpath . 'template-functions-comment.php');
  
  ?>
\ No newline at end of file
--- 18,22 ----
  
  /***** Comment tags *****/
! require($curpath . 'comment-functions.php');
  
  ?>
\ No newline at end of file




More information about the cvs mailing list