diff --git a/include/conversation.php b/include/conversation.php
index 8b658521ed..0c007851cd 100644
--- a/include/conversation.php
+++ b/include/conversation.php
@@ -628,7 +628,7 @@ function conversation(App $a, array $items, $mode, $update, $preview = false, $o
'vote' => $likebuttons,
'like' => '',
'dislike' => '',
- 'comment' => '',
+ 'comment_html' => '',
'conv' => (($preview) ? '' : ['href'=> 'display/'.$item['guid'], 'title'=> DI::l10n()->t('View in context')]),
'previewing' => $previewing,
'wait' => DI::l10n()->t('Please wait'),
diff --git a/src/Object/Post.php b/src/Object/Post.php
index 6e5088f167..70142e887f 100644
--- a/src/Object/Post.php
+++ b/src/Object/Post.php
@@ -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 ' : '',
diff --git a/view/templates/wall_thread.tpl b/view/templates/wall_thread.tpl
index 235889930f..73e99cb1bd 100644
--- a/view/templates/wall_thread.tpl
+++ b/view/templates/wall_thread.tpl
@@ -129,9 +129,9 @@
{{/foreach}}
{{/if}}
{{if $item.threaded}}
- {{if $item.comment}}
+ {{if $item.comment_html}}
{{/if}}
{{/if}}
@@ -144,7 +144,7 @@
{{if $item.flatten}}
{{/if}}
diff --git a/view/theme/frio/templates/search_item.tpl b/view/theme/frio/templates/search_item.tpl
index bb01b48ddb..d7a22927cc 100644
--- a/view/theme/frio/templates/search_item.tpl
+++ b/view/theme/frio/templates/search_item.tpl
@@ -128,7 +128,7 @@
{{* Action buttons to interact with the item (like: like, dislike, share and so on *}}
-
diff --git a/view/theme/quattro/templates/wall_item_tag.tpl b/view/theme/quattro/templates/wall_item_tag.tpl
index 93e6abaef6..71c7e0844f 100644
--- a/view/theme/quattro/templates/wall_item_tag.tpl
+++ b/view/theme/quattro/templates/wall_item_tag.tpl
@@ -58,10 +58,10 @@
{{/if}}
{{* top thread comment box *}}
-{{if $item.threaded}}{{if $item.comment}}{{if $item.thread_level==1}}
-
+{{if $item.threaded}}{{if $item.comment_html}}{{if $item.thread_level==1}}
+
{{/if}}{{/if}}{{/if}}
{{if $item.flatten}}
-
+
{{/if}}
diff --git a/view/theme/quattro/templates/wall_thread.tpl b/view/theme/quattro/templates/wall_thread.tpl
index 6c557507bf..a97a0cc5e4 100644
--- a/view/theme/quattro/templates/wall_thread.tpl
+++ b/view/theme/quattro/templates/wall_thread.tpl
@@ -161,11 +161,11 @@
{{/if}}
- {{if $item.threaded}}{{if $item.comment}}{{if $item.indent==comment}}
+ {{if $item.threaded}}{{if $item.comment_html}}{{if $item.indent==comment}}
{{/if}}{{/if}}{{/if}}
@@ -189,11 +189,11 @@
{{/if}}
{{* top thread comment box *}}
-{{if $item.threaded}}{{if $item.comment}}{{if $item.thread_level==1}}
-
+{{if $item.threaded}}{{if $item.comment_html}}{{if $item.thread_level==1}}
+
{{/if}}{{/if}}{{/if}}
{{if $item.flatten}}
-
+
{{/if}}
diff --git a/view/theme/smoothly/templates/wall_thread.tpl b/view/theme/smoothly/templates/wall_thread.tpl
index d5138978dd..0cd52fcdea 100644
--- a/view/theme/smoothly/templates/wall_thread.tpl
+++ b/view/theme/smoothly/templates/wall_thread.tpl
@@ -147,9 +147,9 @@
{{$item.dislike nofilter}}
{{if $item.threaded}}
- {{if $item.comment}}
+ {{if $item.comment_html}}
{{/if}}
{{/if}}
@@ -163,7 +163,7 @@
{{if $item.flatten}}
{{/if}}
diff --git a/view/theme/vier/templates/wall_item_tag.tpl b/view/theme/vier/templates/wall_item_tag.tpl
index 960cb171af..76e587f00a 100644
--- a/view/theme/vier/templates/wall_item_tag.tpl
+++ b/view/theme/vier/templates/wall_item_tag.tpl
@@ -58,10 +58,10 @@
{{/if}}
{{* top thread comment box *}}
-{{if $item.threaded}}{{if $item.comment}}{{if $item.thread_level==1}}
-
+{{if $item.threaded}}{{if $item.comment_html}}{{if $item.thread_level==1}}
+
{{/if}}{{/if}}{{/if}}
{{if $item.flatten}}
-
+
{{/if}}
diff --git a/view/theme/vier/templates/wall_thread.tpl b/view/theme/vier/templates/wall_thread.tpl
index aedcf34e45..944aee77b9 100644
--- a/view/theme/vier/templates/wall_thread.tpl
+++ b/view/theme/vier/templates/wall_thread.tpl
@@ -109,7 +109,7 @@
{{/if}}
- {{if $item.comment}}
+ {{if $item.comment_html}}
{{/if}}
@@ -181,12 +181,12 @@
- {{if $item.threaded}}{{if $item.comment}}
+ {{if $item.threaded}}{{if $item.comment_html}}
{{/if}}{{/if}}
@@ -210,19 +210,19 @@
{{/if}}
{{if $item.total_comments_num}}
- {{if $item.threaded}}{{if $item.comment}}{{if $item.thread_level==1}}
-
+ {{if $item.threaded}}{{if $item.comment_html}}{{if $item.thread_level==1}}
+
{{/if}}{{/if}}{{/if}}
{{if $item.flatten}}
-
+
{{/if}}
{{else}}
- {{if $item.threaded}}{{if $item.comment}}{{if $item.thread_level==1}}
-
+ {{if $item.threaded}}{{if $item.comment_html}}{{if $item.thread_level==1}}
+
{{/if}}{{/if}}{{/if}}
{{if $item.flatten}}
-
+
{{/if}}
{{/if}}