Changeset 2558

Show
Ignore:
Timestamp:
04/20/05 19:05:34 (3 years ago)
Author:
matt
Message:

I count good now

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-comments-post.php

    r2556 r2558  
    3333 
    3434if ( 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 ) 
    3636        die( __('Error: please fill the required fields (name, email).') ); 
    3737    elseif ( !is_email($comment_author_email))