wfAssembleUrl lacked '@since 1.19' comment
authorReedy <reedy@wikimedia.org>
Thu, 19 Apr 2012 08:58:54 +0000 (09:58 +0100)
committerAntoine Musso <hashar@free.fr>
Thu, 19 Apr 2012 09:53:48 +0000 (11:53 +0200)
Related to Bug 36084 - PHP Fatal error: Call to undefined function wfAssembleUrl()

Change-Id: Ief6077ab60ec8613d744e6e2e2e72043a6b3dd96

includes/GlobalFunctions.php

index 8764783..2fcd829 100644 (file)
@@ -559,6 +559,7 @@ function wfExpandUrl( $url, $defaultProto = PROTO_CURRENT ) {
  *
  * @todo Need to integrate this into wfExpandUrl (bug 32168)
  *
+ * @since 1.19
  * @param $urlParts Array URL parts, as output from wfParseUrl
  * @return string URL assembled from its component parts
  */