diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 308b7116ddc..010ac70242c 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -476,7 +476,7 @@ function wfCgiToArray( $query ) { * Append a query string to an existing URL, which may or may not already * have query string parameters already. If so, they will be combined. * - * @deprecated + * @deprecated in 1.20. Use Uri class. * @param $url String * @param $query Mixed: string or associative array * @return string