more integration of vcard and profiles

This commit is contained in:
zotlabs
2017-01-15 19:51:14 -08:00
parent d7080defd3
commit c32bc9dda4
3 changed files with 41 additions and 4 deletions

View File

@@ -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);
}