diff --git a/libs/plugins/block.textformat.php b/libs/plugins/block.textformat.php index eab2b7d9..055ce82d 100644 --- a/libs/plugins/block.textformat.php +++ b/libs/plugins/block.textformat.php @@ -1,19 +1,28 @@ + * Name: textformat
* Purpose: format text a certain way with preset styles - * or custom wrap/indent settings + * or custom wrap/indent settings
+ * @param array + *
  * Params:   style: string (email)
  *           indent: integer (0)
  *           wrap: integer (80)
  *           wrap_char string ("\n")
  *           indent_char: string (" ")
  *           wrap_boundary: boolean (true)
- * -------------------------------------------------------------
+ * 
+ * @param string contents of the block + * @param Smarty clever simulation of a method */ function smarty_block_textformat($params, $content, &$this) {