[wp-cvs] wordpress/wp-includes functions-post.php,1.33,1.34

Matthew Mullenweg saxmatt at users.sourceforge.net
Wed Jan 26 20:35:16 GMT 2005


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

Modified Files:
	functions-post.php 
Log Message:
Typo in filter

Index: functions-post.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-includes/functions-post.php,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** functions-post.php	24 Jan 2005 08:27:53 -0000	1.33
--- functions-post.php	26 Jan 2005 20:35:13 -0000	1.34
***************
*** 435,439 ****
  	$comment = apply_filters('pre_comment_content', $comment_content);
  	$comment = apply_filters('post_comment_text', $comment); // Deprecated
! 	$comment = apply_filters('comment_content_presave', $comment_content); // Deprecated
  
  	$user_ip     = apply_filters('pre_comment_user_ip', $_SERVER['REMOTE_ADDR']);
--- 435,439 ----
  	$comment = apply_filters('pre_comment_content', $comment_content);
  	$comment = apply_filters('post_comment_text', $comment); // Deprecated
! 	$comment = apply_filters('comment_content_presave', $comment); // Deprecated
  
  	$user_ip     = apply_filters('pre_comment_user_ip', $_SERVER['REMOTE_ADDR']);



More information about the cvs mailing list