Changeset 2558 for trunk/wp-comments-post.php
- Timestamp:
- 04/20/2005 07:05:34 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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))
Note: See TracChangeset
for help on using the changeset viewer.