Make WordPress Core


Ignore:
Timestamp:
04/20/2005 07:05:34 PM (19 years ago)
Author:
matt
Message:

I count good now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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))
Note: See TracChangeset for help on using the changeset viewer.