BBcode, Tags - fixed doubbbllee trroubbllee
This commit is contained in:
parent
d8bd1921ee
commit
87b1d0a4d7
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue