Forgotten file
This commit is contained in:
parent
643e228d6b
commit
59242d7932
1 changed files with 1 additions and 1 deletions
|
@ -1335,7 +1335,7 @@ function ostatus_entry($doc, $item, $owner, $toplevel = false) {
|
||||||
if ($item['title'] != "")
|
if ($item['title'] != "")
|
||||||
$body = "[b]".$item['title']."[/b]\n\n".$body;
|
$body = "[b]".$item['title']."[/b]\n\n".$body;
|
||||||
|
|
||||||
$body = bb_remove_share_information($body);
|
//$body = bb_remove_share_information($body);
|
||||||
$body = bbcode($body, false, false, 7);
|
$body = bbcode($body, false, false, 7);
|
||||||
|
|
||||||
xml_add_element($doc, $entry, "content", $body, array("type" => "html"));
|
xml_add_element($doc, $entry, "content", $body, array("type" => "html"));
|
||||||
|
|
Loading…
Reference in a new issue