From 51b8d2b85419326884c771fdb796896f56947631 Mon Sep 17 00:00:00 2001 From: cellog Date: Sun, 20 Apr 2003 06:01:16 +0000 Subject: [PATCH] *** empty log message *** --- libs/plugins/block.textformat.php | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) 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) {