Add version of deprecation for wfAppendQuery() and suggest alternative.

Change-Id: I31f03aa38d029ca19d8e6655d05c4d201dccae47
This commit is contained in:
Siebrand Mazeland 2012-08-18 00:00:06 +02:00
parent 00c0319ed3
commit 4b517facdd

View file

@ -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