Remove commented code
This commit is contained in:
parent
c4a023dfd4
commit
2bedead6f4
|
@ -662,7 +662,6 @@ class OStatus
|
|||
$clear_text = $xpath->query('atom:summary/text()', $entry)->item(0)->nodeValue;
|
||||
if (!empty($clear_text)) {
|
||||
$item['content-warning'] = html2bbcode($clear_text);
|
||||
//$item["body"] = html2bbcode($clear_text) . '[spoiler]' . $item["body"] . '[/spoiler]';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue