INFRA-132 - CRM/Core - phpcbf
[civicrm-core.git] / CRM / Core / Smarty / plugins / block.localize.php
index eb648ef36b930126c39de3025ca3df338b2a63be..620bc5b3ce797bc7a0be19641d19016851580eeb 100644 (file)
  * The string passed in $text is repeated locale-number times, with the
  * param field (if provided) appended with a different locale every time.
  *
- * @param array  $params   template call's parameters
- * @param string $text     {ts} block contents from the template
- * @param object $smarty   the Smarty object
+ * @param array $params
+ *   Template call's parameters.
+ * @param string $text
+ *   {ts} block contents from the template.
+ * @param object $smarty
+ *   The Smarty object.
  *
  * @return string  multilingualized query
  */
@@ -64,4 +67,3 @@ function smarty_block_localize($params, $text, &$smarty) {
 
   return implode(', ', $lines);
 }
-