Minor fixes, edge cases analysis, filter addition and update to transfem webring source and my ID.
All checks were successful
Website Sync / website-sync (push) Successful in 5s

This commit is contained in:
2026-03-21 11:14:08 -03:00
parent 775641dc36
commit 1515a0067a
4 changed files with 20 additions and 5 deletions

View File

@@ -86,7 +86,7 @@ function transingSplit(string $array) {
$i++;
}
unset($array, $commented, $start_pos, $end_pos, $item_len);
unset($i, $array, $commented, $start_pos, $end_pos, $item_len);
return $return_array;
}