From c3eaf336dc3d0923438b127c404099091c6084ed Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 7 Sep 2017 15:48:25 +0000 Subject: [PATCH] Removed code --- include/ostatus.php | 1 - 1 file changed, 1 deletion(-) diff --git a/include/ostatus.php b/include/ostatus.php index 5fcf2003c3..7fd920d635 100644 --- a/include/ostatus.php +++ b/include/ostatus.php @@ -352,7 +352,6 @@ class ostatus { } $item["body"] = html2bbcode($xpath->query('atom:content/text()', $entry)->item(0)->nodeValue); - //$item["body"] = add_page_info_to_body(html2bbcode($xpath->query('atom:content/text()', $entry)->item(0)->nodeValue)); $item["object-type"] = $xpath->query('activity:object-type/text()', $entry)->item(0)->nodeValue; $item["verb"] = $xpath->query('activity:verb/text()', $entry)->item(0)->nodeValue;