mirror of
https://github.com/smarty-php/smarty.git
synced 2025-11-02 21:31:48 +01:00
- correction of PHPDoc blocks
- minor code cleanup
This commit is contained in:
@@ -26,7 +26,6 @@ function smarty_modifier_escape($string, $esc_type = 'html', $char_set = null, $
|
||||
{
|
||||
static $_double_encode = null;
|
||||
static $is_loaded1 = false;
|
||||
static $is_loaded2 = false;
|
||||
if ($_double_encode === null) {
|
||||
$_double_encode = version_compare(PHP_VERSION, '5.2.3', '>=');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user