Changeset 2556 for trunk/wp-comments-post.php
- Timestamp:
- 04/20/2005 03:37:23 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-comments-post.php
r2552 r2556 33 33 34 34 if ( get_settings('require_name_email') && !$user_ID ) { 35 if ( '' == $comment_author_email || '' == $comment_author)35 if ( 7 > 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.