@@ -9,6 +9,9 @@ discard block |
||
9 | 9 | See htmLawed_README.txt/htm |
10 | 10 | */ |
11 | 11 | |
12 | +/** |
|
13 | + * @param string $t |
|
14 | + */ |
|
12 | 15 | function htmLawed($t, $C = 1, $S = array()) { |
13 | 16 | $C = is_array($C) ? $C : array(); |
14 | 17 | if (!empty($C['valid_xhtml'])) { |
@@ -977,6 +980,10 @@ discard block |
||
977 | 980 | } |
978 | 981 | } |
979 | 982 | |
983 | +/** |
|
984 | + * @param string $e |
|
985 | + * @param string $a |
|
986 | + */ |
|
980 | 987 | function hl_tag2(&$e, &$a, $t = 1) { |
981 | 988 | // transform tag |
982 | 989 | if ($e == 'big') { |