mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-12 08:24:27 +02:00
use scrollToItem instead of own function
rename isanswerto and "Is answer to" to isreplyto and "is reply to"
This commit is contained in:
parent
63df9ffe2f
commit
a82127092b
3 changed files with 2 additions and 12 deletions
|
@ -498,7 +498,7 @@ class Post
|
|||
|
||||
$tmp_item = [
|
||||
'parentguid' => $parent_guid,
|
||||
'isanswerto' => DI::l10n()->t('is answer to %s', $parent_username),
|
||||
'isreplyto' => DI::l10n()->t('is reply to %s', $parent_username),
|
||||
'template' => $this->getTemplate(),
|
||||
'type' => implode('', array_slice(explode('/', $item['verb']), -1)),
|
||||
'comment_firstcollapsed' => false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue