Changeset 2558
- Timestamp:
- 04/20/05 19:05:34 (3 years ago)
- Files:
-
- trunk/wp-comments-post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-comments-post.php
r2556 r2558 33 33 34 34 if ( get_settings('require_name_email') && !$user_ID ) { 35 if ( 7> strlen($comment_author_email) || '' == $comment_author )35 if ( 6 > strlen($comment_author_email) || '' == $comment_author ) 36 36 die( __('Error: please fill the required fields (name, email).') ); 37 37 elseif ( !is_email($comment_author_email))
