Merge pull request #9197 from MrPetovan/bug/9192-normalize-escaping-item
Remove obsolete uses of Strings::escapeTags in mod/item
This commit is contained in:
commit
de3ed5faf4
16 changed files with 132 additions and 157 deletions
|
@ -68,6 +68,7 @@ class Strings
|
|||
*
|
||||
* @param string $string Input 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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue