[various] Replace share_header calls with BBCode::getShareOpeningTag #989

Merged
MrPetovan merged 2 commits from task/move-share-header into 2020.06-rc 2020-06-18 17:55:33 +02:00
Showing only changes of commit e5d3bab855 - Show all commits

View file

@ -1277,7 +1277,7 @@ function pumpio_dopost(App $a, $client, $uid, $self, $post, $own_id, $threadcomp
$created = ''; $created = '';
} }
$postarray['body'] = share_header($share_author, $post->object->author->url, $postarray['body'] = Friendica\Content\Text\BBCode::getShareOpeningTag($share_author, $post->object->author->url,
$post->object->author->image->url, "", $post->object->author->image->url, "",
$created, $post->links->self->href). $created, $post->links->self->href).
$postarray['body']."[/share]"; $postarray['body']."[/share]";