INFRA-132 - CRM/Core - phpcbf
[civicrm-core.git] / CRM / Core / Smarty / plugins / block.localize.php
index e9c3be39ce9eeee1d3b8526e20ac7c4bd033f068..620bc5b3ce797bc7a0be19641d19016851580eeb 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  * 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);
 }
-