Hello, I'm upgrading XF and when mergin templates this piece of code appears in a blue section, with deleted at the end of it.
What does the "deleted" word stands for? That I had deleted it in the older version of the theme?
And also, what does this piece of code do? I've noticed that having it or removing it does no difference.
Thanks
Code:
<xen:if is="{$threads}">
<div class="section threadList">
<div class="secondaryContent">
<h3><a href="{xen:link find-new/posts}">{xen:phrase new_posts}</a></h3>
<xen:include template="sidebar_new_posts" />
</div>
</div>
</xen:if>
What does the "deleted" word stands for? That I had deleted it in the older version of the theme?
And also, what does this piece of code do? I've noticed that having it or removing it does no difference.
Thanks