more integration of vcard and profiles
This commit is contained in:
@@ -3128,4 +3128,8 @@ function cleanup_bbcode($body) {
|
||||
|
||||
function array_trim(&$v,$k) {
|
||||
$v = trim($v);
|
||||
}
|
||||
|
||||
function array_escape_tags(&$v,$k) {
|
||||
$v = escape_tags($v);
|
||||
}
|
||||
Reference in New Issue
Block a user