diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 1154b84ae6d..404da154b8d 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -1101,7 +1101,6 @@ function ip_address() { $remote_ip = $ip_array[0]; } } - // Store the satnized version in the static variable - $remote_ip = check_plain($remote_ip); + return $remote_ip; }