Make WordPress Core


Ignore:
Timestamp:
09/19/2006 06:11:42 AM (18 years ago)
Author:
matt
Message:

Options cleanup and some styling changes.

File:
1 edited

Legend:

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

    r4186 r4196  
    256256        if ( preg_match($pattern, $user_ip   ) ) return true;
    257257        if ( preg_match($pattern, $user_agent) ) return true;
    258     }
    259 
    260     if ( isset($_SERVER['REMOTE_ADDR']) ) {
    261         if ( wp_proxy_check($_SERVER['REMOTE_ADDR']) ) return true;
    262258    }
    263259
Note: See TracChangeset for help on using the changeset viewer.