]> git.mxchange.org Git - friendica.git/blobdiff - include/text.php
Removed "proxy_parse_html" since it is now done in the bbcode function.
[friendica.git] / include / text.php
index 1d27963cc2e3751f11be6b6bddb9e0517ad8037a..c5b28b508eb8111d923cb9666f164d6b254113f4 100644 (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'];