Changeset 4294
- Timestamp:
- 10/04/2006 03:59:45 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.