Functions renamed

This commit is contained in:
Michael 2020-10-29 08:48:08 +00:00
parent e548d647aa
commit 5ac73a847d
3 changed files with 7 additions and 7 deletions

View file

@ -1818,7 +1818,7 @@ class Item
}
// Remove all media attachments from the body and store them in the post-media table
$item['raw-body'] = Post\Media::addAttachmentsFromBody($item['uri-id'], $item['raw-body']);
$item['raw-body'] = Post\Media::insertFromBody($item['uri-id'], $item['raw-body']);
$item['raw-body'] = self::setHashtags($item['raw-body']);
// Check for hashtags in the body and repair or add hashtag links