webfinger profile linker

This commit is contained in:
friendica 2012-06-02 18:05:23 -07:00
parent 608d424b0b
commit 4978ee12d1
5 changed files with 264 additions and 231 deletions

View file

@ -891,6 +891,7 @@ function prepare_body($item,$attach = false) {
} else
$s = prepare_text($item['body']);
$prep_arr = array('item' => $item, 'html' => $s);
call_hooks('prepare_body', $prep_arr);
$s = $prep_arr['html'];