Changeset 1101:7273894e61b8 for inc/libs/twig/Extension/Escaper.php
- Timestamp:
- 02/15/13 08:35:19 (13 years ago)
- Branch:
- twig
- Children:
- 1106:a4487f3ca4b4, 1147:2e5cb79e4782
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/libs/twig/Extension/Escaper.php
r991 r1101 46 46 { 47 47 return array( 48 'raw' => new Twig_Filter_Function('twig_raw_filter', array('is_safe' => array('all'))),48 new Twig_SimpleFilter('raw', 'twig_raw_filter', array('is_safe' => array('all'))), 49 49 ); 50 50 }
Note: See TracChangeset
for help on using the changeset viewer.