Changeset 4196 for trunk/wp-includes/comment.php
- Timestamp:
- 09/19/2006 06:11:42 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment.php
r4186 r4196 256 256 if ( preg_match($pattern, $user_ip ) ) return true; 257 257 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;262 258 } 263 259
Note: See TracChangeset
for help on using the changeset viewer.