From: Brian Wolff Date: Fri, 31 Aug 2018 09:47:24 +0000 (+0000) Subject: Change @return-taint to use onlysafefor_html instad of escapes_html X-Git-Tag: 1.34.0-rc.0~4235^2 X-Git-Url: http://git.cyclocoop.org/data/Fool?a=commitdiff_plain;h=5f577437e8afa124b843ccac37300fb5cc2fd312;p=lhc%2Fweb%2Fwiklou.git Change @return-taint to use onlysafefor_html instad of escapes_html This prevents some double escaped warnings. Requires I2f4e33656b9f94 to be effective. Follow up faf2e14517b05f8. Change-Id: I255c96592f3baff2df34e07c81510c8874908e28 Bug: T202797 --- diff --git a/includes/Linker.php b/includes/Linker.php index 0aa8ec5649..0ee6c92f77 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -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