mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-17 04:15:15 +02:00
Removed "proxy_parse_html" since it is now done in the bbcode function.
This commit is contained in:
parent
2676a0f0e5
commit
7ed61b2edc
4 changed files with 8 additions and 11 deletions
|
@ -1410,9 +1410,6 @@ function prepare_body(&$item,$attach = false, $preview = false) {
|
|||
put_item_in_cache($item, true);
|
||||
$s = $item["rendered-html"];
|
||||
|
||||
//require_once("mod/proxy.php");
|
||||
//$s = proxy_parse_html($s);
|
||||
|
||||
$prep_arr = array('item' => $item, 'html' => $s, 'preview' => $preview);
|
||||
call_hooks('prepare_body', $prep_arr);
|
||||
$s = $prep_arr['html'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue