--- nfo/php/libs/net.php.smarty/plugins/modifier.strip_tags.php 2002/10/09 00:53:36 1.1 +++ nfo/php/libs/net.php.smarty/plugins/modifier.strip_tags.php 2004/06/16 21:58:17 1.2 @@ -1,12 +1,22 @@ + * Name: strip_tags
* Purpose: strip html tags from text - * ------------------------------------------------------------- + * @link http://smarty.php.net/manual/en/language.modifier.strip.tags.php + * strip_tags (Smarty online manual) + * @param string + * @param boolean + * @return string */ function smarty_modifier_strip_tags($string, $replace_with_space = true) {