mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-10 17:14:26 +02:00
webfinger profile linker
This commit is contained in:
parent
608d424b0b
commit
4978ee12d1
5 changed files with 264 additions and 231 deletions
|
@ -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'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue