From: Siebrand Mazeland Date: Fri, 17 Aug 2012 22:00:06 +0000 (+0200) Subject: Add version of deprecation for wfAppendQuery() and suggest alternative. X-Git-Tag: 1.31.0-rc.0~22697 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=4b517facddf64edae2a8923bd3f49d8bfc968480;p=lhc%2Fweb%2Fwiklou.git Add version of deprecation for wfAppendQuery() and suggest alternative. Change-Id: I31f03aa38d029ca19d8e6655d05c4d201dccae47 --- 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