Changeset 1968 for trunk/wp-comments-post.php
- Timestamp:
- 12/17/2004 08:44:30 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.