mirror of
https://github.com/friendica/friendica
synced 2025-04-27 09:10:12 +00:00
Normalize item comment template variable name
This commit is contained in:
parent
65b796ed1f
commit
8d5eb61ea3
10 changed files with 41 additions and 41 deletions
|
@ -349,7 +349,7 @@ class Post
|
|||
}
|
||||
}
|
||||
|
||||
$comment = $this->getCommentBox($indent);
|
||||
$comment_html = $this->getCommentBox($indent);
|
||||
|
||||
if (strcmp(DateTimeFormat::utc($item['created']), DateTimeFormat::utc('now - 12 hours')) > 0) {
|
||||
$shiny = 'shiny';
|
||||
|
@ -479,7 +479,7 @@ class Post
|
|||
'responses' => $responses,
|
||||
'switchcomment' => DI::l10n()->t('Comment'),
|
||||
'reply_label' => DI::l10n()->t('Reply to %s', $name_e),
|
||||
'comment' => $comment,
|
||||
'comment_html' => $comment_html,
|
||||
'remote_comment' => $remote_comment,
|
||||
'menu' => DI::l10n()->t('More'),
|
||||
'previewing' => $conv->isPreview() ? ' preview ' : '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue