fix observer tags for now (issue #17)
This commit is contained in:
parent
498e2f7279
commit
2bd05971ab
@ -1448,7 +1448,7 @@ function prepare_body(&$item,$attach = false) {
|
|||||||
// else {
|
// else {
|
||||||
call_hooks('prepare_body_init', $item);
|
call_hooks('prepare_body_init', $item);
|
||||||
// unobscure($item);
|
// unobscure($item);
|
||||||
$s = prepare_text($item['body'],$item['mimetype'], true);
|
$s = prepare_text($item['body'],$item['mimetype'], false);
|
||||||
// }
|
// }
|
||||||
|
|
||||||
$prep_arr = array('item' => $item, 'html' => $s);
|
$prep_arr = array('item' => $item, 'html' => $s);
|
||||||
|
Reference in New Issue
Block a user