diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 8e7390d2c20..52274b4f189 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -499,8 +499,8 @@ function check_plain($text) { } /** - * Since request_uri() is only available on Apache, we generate an - * equivalent using other environment variables. + * Since $_SERVER['REQUEST_URI'] is only available on Apache, we + * generate an equivalent using other environment variables. */ function request_uri() {