From 4b517facddf64edae2a8923bd3f49d8bfc968480 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sat, 18 Aug 2012 00:00:06 +0200 Subject: [PATCH] Add version of deprecation for wfAppendQuery() and suggest alternative. Change-Id: I31f03aa38d029ca19d8e6655d05c4d201dccae47 --- includes/GlobalFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 308b7116dd..010ac70242 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 -- 2.20.1