[wp-cvs] wordpress/wp-includes functions-post.php,1.31,1.32

Ryan Boren rboren at users.sourceforge.net
Fri Jan 21 02:55:37 GMT 2005


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

Modified Files:
	functions-post.php 
Log Message:
Used the filtered vars, not the unfiltered ones.  Bug 641.

Index: functions-post.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-includes/functions-post.php,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** functions-post.php	15 Jan 2005 01:07:53 -0000	1.31
--- functions-post.php	21 Jan 2005 02:55:35 -0000	1.32
***************
*** 466,470 ****
  	(comment_post_ID, comment_author, comment_author_email, comment_author_url, comment_author_IP, comment_date, comment_date_gmt, comment_content, comment_approved, comment_agent, comment_type)
  	VALUES 
! 	('$comment_post_ID', '$comment_author', '$comment_author_email', '$comment_author_url', '$user_ip', '$now', '$now_gmt', '$comment_content', '$approved', '$user_agent', '$comment_type')
  	");
  
--- 466,470 ----
  	(comment_post_ID, comment_author, comment_author_email, comment_author_url, comment_author_IP, comment_date, comment_date_gmt, comment_content, comment_approved, comment_agent, comment_type)
  	VALUES 
! 	('$comment_post_ID', '$author', '$email', '$url', '$user_ip', '$now', '$now_gmt', '$comment', '$approved', '$user_agent', '$comment_type')
  	");
  



More information about the cvs mailing list