Merge "Change @return-taint to use onlysafefor_html instad of escapes_html"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Fri, 31 Aug 2018 19:14:13 +0000 (19:14 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 31 Aug 2018 19:14:13 +0000 (19:14 +0000)
includes/Linker.php

index 0aa8ec5..0ee6c92 100644 (file)
@@ -1213,7 +1213,7 @@ class Linker {
         *  as used by WikiMap.
         *
         * @return string HTML
-        * @return-taint escapes_html
+        * @return-taint onlysafefor_html
         */
        public static function formatLinksInComment(
                $comment, $title = null, $local = false, $wikiId = null