diff --git a/src/Model/Item.php b/src/Model/Item.php index 192c9b141..77ba9e634 100644 --- a/src/Model/Item.php +++ b/src/Model/Item.php @@ -2472,9 +2472,6 @@ class Item extends BaseObject $replace = ['#', '[']; return ("[code" . str_replace($find, $replace, $match[1]) . "]" . $match[2] . "[/code]"); }, $item["body"]); - - // Convert back the masked hashtags - $item["body"] = str_replace("#", "#", $item["body"]); } public static function getGuidById($id)