Make WordPress Core


Ignore:
Timestamp:
12/17/2004 08:44:30 AM (20 years ago)
Author:
saxmatt
Message:

http://mosquito.wordpress.org/view.php?id=558

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-comments-post.php

    r1964 r1968  
    2626    die( __('Error: please fill the required fields (name, email).') );
    2727
    28 if ( '' == $comment )
     28if ( '' == $comment_content )
    2929    die( __('Error: please type a comment.') );
    3030
Note: See TracChangeset for help on using the changeset viewer.