Fix undefined variables in wall_thread.tpl

- Remove unused "num_comments_text" template variable
- Remove unused "item.postops" template variable mention
This commit is contained in:
Hypolite Petovan 2021-05-10 18:59:09 -04:00
parent da2ce5c4f4
commit 2c6bf754d5
3 changed files with 6 additions and 6 deletions

View file

@ -155,7 +155,7 @@
{{/if}}
</div>
<div class="wall-item-location">{{$item.location_html nofilter}} {{$item.postopts}}</div>
<div class="wall-item-location">{{$item.location_html nofilter}}</div>
<div class="wall-item-actions-isevent">
</div>