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
|
@ -525,7 +525,7 @@ function photos_post(App $a)
|
|||
}
|
||||
|
||||
$taginfo = [];
|
||||
$tags = Strings::getTags($rawtags);
|
||||
$tags = BBCode::getTags($rawtags);
|
||||
|
||||
if (count($tags)) {
|
||||
foreach ($tags as $tag) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue