From f1ca21306ce75ea94eb39b47ad3fb297dded80ce Mon Sep 17 00:00:00 2001 From: Reedy Date: Thu, 19 Apr 2012 09:58:54 +0100 Subject: [PATCH] wfAssembleUrl lacked '@since 1.19' comment Related to Bug 36084 - PHP Fatal error: Call to undefined function wfAssembleUrl() Change-Id: Ief6077ab60ec8613d744e6e2e2e72043a6b3dd96 --- includes/GlobalFunctions.php | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.20.1