Changeset 1968
- Timestamp:
- 12/17/04 08:44:30 (4 years ago)
- Files:
-
- trunk/wp-comments-post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-comments-post.php
r1964 r1968 26 26 die( __('Error: please fill the required fields (name, email).') ); 27 27 28 if ( '' == $comment )28 if ( '' == $comment_content ) 29 29 die( __('Error: please type a comment.') ); 30 30
