Changeset 4293
- Timestamp:
- 10/04/2006 03:58:43 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment.php
r4265 r4293 173 173 global $wpdb; 174 174 extract($commentdata); 175 176 $comment_user_domain = apply_filters('pre_comment_user_domain', gethostbyaddr($comment_author_IP) );177 175 178 176 // Simple duplicate check
Note: See TracChangeset
for help on using the changeset viewer.