mirror of
https://github.com/friendica/friendica
synced 2025-04-29 21:04:24 +02:00
Move getTags to BBCode
move getTags function to BBCode class and update calls.
This commit is contained in:
parent
e4354a0d7b
commit
b5a97c1abe
5 changed files with 78 additions and 78 deletions
|
@ -2403,7 +2403,7 @@ class Item extends BaseObject
|
|||
public static function setHashtags(&$item)
|
||||
{
|
||||
|
||||
$tags = Strings::getTags($item["body"]);
|
||||
$tags = BBCode::getTags($item["body"]);
|
||||
|
||||
// No hashtags?
|
||||
if (!count($tags)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue