- Timestamp:
- 2012/12/28 22:39:21 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-multilang/data/smarty_extends/function.t.php
r22099 r22186 45 45 unset($params['device_type_id']); 46 46 } 47 // エスケープの指定がある場合、オプションに移す 48 if (isset($params['escape'])) { 49 $options['escape'] = $params['escape']; 50 unset($params['escape']); 51 } 47 52 48 53 return t($string, $params, $options);
Note: See TracChangeset
for help on using the changeset viewer.
