Make WordPress Core


Ignore:
Timestamp:
09/22/2005 08:39:09 AM (20 years ago)
Author:
matt
Message:

Uppercase, please.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/comment-functions.php

    r2894 r2903  
    9595    extract($commentdata);
    9696
    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) );
    9898
    9999    // Simple duplicate check
Note: See TracChangeset for help on using the changeset viewer.