mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/15689] Remove format_bytes filter from twig
PHPBB3-15689
This commit is contained in:
parent
0fed1054db
commit
50af5409a6
1 changed files with 0 additions and 1 deletions
|
@ -73,7 +73,6 @@ class extension extends \Twig_Extension
|
|||
new \Twig_SimpleFilter('subset', array($this, 'loop_subset'), array('needs_environment' => true)),
|
||||
// @deprecated 3.2.0 Uses twig's JS escape method instead of addslashes
|
||||
new \Twig_SimpleFilter('addslashes', 'addslashes'),
|
||||
new \Twig_SimpleFilter('format_bytes', 'get_formatted_filesize'),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue