Moved "privacy_image_cache" into the core. Enabled by default, can be disabled in the page settings.
This commit is contained in:
parent
731d944ab5
commit
d4b2d3bf8a
14 changed files with 367 additions and 40 deletions
|
|
@ -1353,6 +1353,8 @@ function prepare_body(&$item,$attach = false, $preview = false) {
|
|||
$s = prepare_text($item['body']);
|
||||
}
|
||||
|
||||
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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue