BBcode, Tags - fixed doubbbllee trroubbllee
This commit is contained in:
parent
d8bd1921ee
commit
87b1d0a4d7
1 changed files with 0 additions and 3 deletions
|
@ -2472,9 +2472,6 @@ class Item extends BaseObject
|
||||||
$replace = ['#', '['];
|
$replace = ['#', '['];
|
||||||
return ("[code" . str_replace($find, $replace, $match[1]) . "]" . $match[2] . "[/code]");
|
return ("[code" . str_replace($find, $replace, $match[1]) . "]" . $match[2] . "[/code]");
|
||||||
}, $item["body"]);
|
}, $item["body"]);
|
||||||
|
|
||||||
// Convert back the masked hashtags
|
|
||||||
$item["body"] = str_replace("#", "#", $item["body"]);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function getGuidById($id)
|
public static function getGuidById($id)
|
||||||
|
|
Loading…
Reference in a new issue