Changeset 1968

Show
Ignore:
Timestamp:
12/17/04 08:44:30 (4 years ago)
Author:
saxmatt
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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