From 1e7aea9089066d69971f430fa1255be315487fc4 Mon Sep 17 00:00:00 2001 From: Reedy Date: Sat, 21 Apr 2018 09:46:51 +0000 Subject: [PATCH] Add since tag to wfRemoveDotSegments Looked it up for another commit, so might aswell make it easier to find for others :) Change-Id: I432b13b35481cbca9ed6e7328b3b9115fdd203ea --- includes/GlobalFunctions.php | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- 2.20.1