Removed "proxy_parse_html" since it is now done in the bbcode function.

This commit is contained in:
Michael Vogel 2015-10-05 22:25:14 +02:00
parent 2676a0f0e5
commit 7ed61b2edc
4 changed files with 8 additions and 11 deletions

View file

@ -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'];