mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
Merge branch '3.3.x'
This commit is contained in:
commit
ffc4bbc981
1 changed files with 2 additions and 0 deletions
|
@ -79,6 +79,8 @@ class extension extends \Twig\Extension\AbstractExtension
|
|||
new \Twig\TwigFilter('subset', array($this, 'loop_subset'), array('needs_environment' => true)),
|
||||
// @deprecated 3.2.0 Uses twig's JS escape method instead of addslashes
|
||||
new \Twig\TwigFilter('addslashes', 'addslashes'),
|
||||
new \Twig\TwigFilter('int', 'intval'),
|
||||
new \Twig\TwigFilter('float', 'floatval'),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue