Changeset 4294
- Timestamp:
- 10/04/06 03:59:45 (2 years ago)
- Files:
-
- branches/2.0/wp-includes/comment-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.0/wp-includes/comment-functions.php
r4235 r4294 109 109 global $wpdb; 110 110 extract($commentdata); 111 112 $comment_user_domain = apply_filters('pre_comment_user_domain', gethostbyaddr($comment_author_IP) );113 111 114 112 // Simple duplicate check
