Add version of deprecation for wfAppendQuery() and suggest alternative.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Fri, 17 Aug 2012 22:00:06 +0000 (00:00 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Fri, 17 Aug 2012 22:00:06 +0000 (00:00 +0200)
Change-Id: I31f03aa38d029ca19d8e6655d05c4d201dccae47

includes/GlobalFunctions.php

index 308b711..010ac70 100644 (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