From: Reedy Date: Sat, 21 Apr 2018 09:46:51 +0000 (+0000) Subject: Add since tag to wfRemoveDotSegments X-Git-Tag: 1.34.0-rc.0~5584 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=1e7aea9089066d69971f430fa1255be315487fc4;p=lhc%2Fweb%2Fwiklou.git Add since tag to wfRemoveDotSegments Looked it up for another commit, so might aswell make it easier to find for others :) Change-Id: I432b13b35481cbca9ed6e7328b3b9115fdd203ea --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 519b22c009..9569bc1fb4 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -712,6 +712,8 @@ function wfAssembleUrl( $urlParts ) { * * @todo Need to integrate this into wfExpandUrl (see T34168) * + * @since 1.19 + * * @param string $urlPath URL path, potentially containing dot-segments * @return string URL path with all dot-segments removed */