Move getTags to BBCode

move getTags function to BBCode class and update calls.
This commit is contained in:
Adam Magness 2018-11-09 13:24:19 -05:00
commit b5a97c1abe
5 changed files with 78 additions and 78 deletions

View file

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