Changeset 2903
- Timestamp:
- 09/22/05 08:39:09 (3 years ago)
- Files:
-
- trunk/wp-includes/comment-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/comment-functions.php
r2894 r2903 95 95 extract($commentdata); 96 96 97 $comment_user_domain = apply_filters('pre_comment_user_domain', gethostbyaddr($comment_author_ ip) );97 $comment_user_domain = apply_filters('pre_comment_user_domain', gethostbyaddr($comment_author_IP) ); 98 98 99 99 // Simple duplicate check
