[wp-cvs] wordpress wp-comments-post.php,1.21,1.22
Matthew Mullenweg
saxmatt at users.sourceforge.net
Fri Dec 17 08:44:33 UTC 2004
Update of /cvsroot/cafelog/wordpress
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12594
Modified Files:
wp-comments-post.php
Log Message:
http://mosquito.wordpress.org/view.php?id=558
Index: wp-comments-post.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-comments-post.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** wp-comments-post.php 16 Dec 2004 02:56:57 -0000 1.21
--- wp-comments-post.php 17 Dec 2004 08:44:30 -0000 1.22
***************
*** 26,30 ****
die( __('Error: please fill the required fields (name, email).') );
! if ( '' == $comment )
die( __('Error: please type a comment.') );
--- 26,30 ----
die( __('Error: please fill the required fields (name, email).') );
! if ( '' == $comment_content )
die( __('Error: please type a comment.') );
More information about the cvs
mailing list