Merge branch '4.5' of https://github.com/civicrm/civicrm-core
[civicrm-core.git] / xml / plugins / block.ts.php
1 <?php
2 /**
3 * @param array $params
4 * @param $text
5 * @param $smarty
6 *
7 * @return string
8 */
9 function smarty_block_ts($params, $text, &$smarty) {
10 return ts($text, $params);
11 }
12