From: Reedy Date: Thu, 19 Apr 2012 08:58:54 +0000 (+0100) Subject: wfAssembleUrl lacked '@since 1.19' comment X-Git-Tag: 1.31.0-rc.0~23878^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=f1ca21306ce75ea94eb39b47ad3fb297dded80ce;p=lhc%2Fweb%2Fwiklou.git wfAssembleUrl lacked '@since 1.19' comment Related to Bug 36084 - PHP Fatal error: Call to undefined function wfAssembleUrl() Change-Id: Ief6077ab60ec8613d744e6e2e2e72043a6b3dd96 --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 87647830f7..2fcd829d90 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -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 */