Add deprecation notice on Strings::escapeTags

This commit is contained in:
Hypolite Petovan 2020-09-13 19:53:03 -04:00
parent dc90984106
commit a7de06d280

View file

@ -68,6 +68,7 @@ class Strings
* *
* @param string $string Input string * @param string $string Input string
* @return string Filtered string * @return string Filtered string
* @deprecated since 2020.09 Please use Smarty default HTML escaping for templates or htmlspecialchars() otherwise
*/ */
public static function escapeTags($string) public static function escapeTags($string)
{ {