From 40e35d5b32c25abf2545f0da3b80db1192000a8e Mon Sep 17 00:00:00 2001 From: Max Semenik Date: Wed, 25 Apr 2012 00:05:10 +0400 Subject: [PATCH] Deprecate WebRequest::escapeAppendQuery() It is an ugly piece of UI-related code in an infrastructure class. Its only user, MobileFrontend, is currently in process of getting rid of it. Patchset 2: Fixed commit message Change-Id: I62f9f707532a95be01c1ecdcb1fbfbd0c4117be6 --- includes/WebRequest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/WebRequest.php b/includes/WebRequest.php index 9d0e579a8b..39c1b1ba3c 100644 --- a/includes/WebRequest.php +++ b/includes/WebRequest.php @@ -671,6 +671,7 @@ class WebRequest { /** * HTML-safe version of appendQuery(). + * @deprecated: Deprecated in 1.20, warnings in 1.21, remove in 1.22. * * @param $query String: query string fragment; do not include initial '?' * @return String -- 2.20.1