[wp-cvs] wordpress/wp-includes functions.php,1.206,1.207

Ryan Boren rboren at users.sourceforge.net
Tue Nov 9 02:31:50 UTC 2004


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

Modified Files:
	functions.php 
Log Message:
add $user_agent to check_comment() arg list.  Bug 415.  Patch by MC_incubus.

Index: functions.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-includes/functions.php,v
retrieving revision 1.206
retrieving revision 1.207
diff -C2 -d -r1.206 -r1.207
*** functions.php	9 Nov 2004 02:29:01 -0000	1.206
--- functions.php	9 Nov 2004 02:31:48 -0000	1.207
***************
*** 1638,1642 ****
  }
  
! function check_comment($author, $email, $url, $comment, $user_ip) {
  	global $wpdb;
  
--- 1638,1642 ----
  }
  
! function check_comment($author, $email, $url, $comment, $user_ip, $user_agent) {
  	global $wpdb;
  




More information about the cvs mailing list