Changeset 1985
- Timestamp:
- 12/20/04 06:45:19 (4 years ago)
- Files:
-
- trunk/wp-comments-post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-comments-post.php
r1983 r1985 23 23 $user_ip = apply_filters('pre_comment_user_ip', $_SERVER['REMOTE_ADDR']); 24 24 25 if ( get_settings('require_name_email') && ('' == $ email || '' == $author) )25 if ( get_settings('require_name_email') && ('' == $comment_author_email || '' == $comment_author) ) 26 26 die( __('Error: please fill the required fields (name, email).') ); 27 27
