[wp-cvs] wordpress/wp-includes functions.php,1.118,1.119

Ryan Boren rboren at users.sourceforge.net
Fri Jun 11 14:04:02 CDT 2004


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

Modified Files:
	functions.php 
Log Message:
Add comment_approved to commentdata. http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000015

Index: functions.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-includes/functions.php,v
retrieving revision 1.118
retrieving revision 1.119
diff -C2 -d -r1.118 -r1.119
*** functions.php	11 Jun 2004 16:51:39 -0000	1.118
--- functions.php	11 Jun 2004 19:03:59 -0000	1.119
***************
*** 404,407 ****
--- 404,408 ----
  		$myrow['comment_content']=$postc->comment_content;
  		$myrow['comment_karma']=$postc->comment_karma;
+         $myrow['comment_approved']=$postc->comment_approved;
  		if (strstr($myrow['comment_content'], '<trackback />')) {
  			$myrow['comment_type'] = 'trackback';




More information about the cvs mailing list