Add since tag to wfRemoveDotSegments
authorReedy <reedy@wikimedia.org>
Sat, 21 Apr 2018 09:46:51 +0000 (09:46 +0000)
committerUmherirrender <umherirrender_de.wp@web.de>
Sat, 28 Apr 2018 12:06:10 +0000 (12:06 +0000)
Looked it up for another commit, so might aswell make it easier to find for others :)

Change-Id: I432b13b35481cbca9ed6e7328b3b9115fdd203ea

includes/GlobalFunctions.php

index 519b22c..9569bc1 100644 (file)
@@ -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
  */