Add deprecation notice on Strings::escapeTags
This commit is contained in:
parent
dc90984106
commit
a7de06d280
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue