Changeset 2903 for trunk/wp-includes/comment-functions.php
- Timestamp:
- 09/22/2005 08:39:09 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.