[wp-cvs] wordpress/wp-includes functions.php,1.202,1.203

Ryan Boren rboren at users.sourceforge.net
Tue Nov 2 02:13:03 UTC 2004


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

Modified Files:
	functions.php 
Log Message:
Typo fix.  Bug 423.

Index: functions.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-includes/functions.php,v
retrieving revision 1.202
retrieving revision 1.203
diff -C2 -d -r1.202 -r1.203
*** functions.php	2 Nov 2004 01:56:29 -0000	1.202
--- functions.php	2 Nov 2004 02:13:00 -0000	1.203
***************
*** 1674,1678 ****
  		if ( preg_match($pattern, $comment) ) return false;
  		if ( preg_match($pattern, $user_ip) ) return false;
! 		if ( preg_match($pattern, $useg_agent) ) return false;
  	}
  
--- 1674,1678 ----
  		if ( preg_match($pattern, $comment) ) return false;
  		if ( preg_match($pattern, $user_ip) ) return false;
! 		if ( preg_match($pattern, $user_agent) ) return false;
  	}
  




More information about the cvs mailing list