BBcode, Tags - fixed doubbbllee trroubbllee

This commit is contained in:
Peter Liebetrau 2019-01-29 21:35:11 +01:00
parent d8bd1921ee
commit 87b1d0a4d7
1 changed files with 0 additions and 3 deletions

View File

@ -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)