Add version of deprecation for wfAppendQuery() and suggest alternative.
Change-Id: I31f03aa38d029ca19d8e6655d05c4d201dccae47
This commit is contained in:
parent
00c0319ed3
commit
4b517facdd
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue