Revert "fix label $entry ep_is_sticky check missing properties sub array"
This reverts commit 37fecb5ebe56f9e42a75cb08d55f3b2e38526c58.
This commit is contained in:
parent
37fecb5ebe
commit
44a8d8d84d
@ -169,7 +169,7 @@
|
||||
{if !$showFutureEntries && ($entry.timestamp >= $serverOffsetHour)}
|
||||
<span class="entry_status status_future">{$CONST.SCHEDULED}</span>
|
||||
{/if}
|
||||
{if $entry.properties.ep_is_sticky}
|
||||
{if $entry.ep_is_sticky}
|
||||
<span class="entry_status status_sticky">{$CONST.STICKY_POSTINGS}</span>
|
||||
{/if}
|
||||
{if $entry.isdraft}
|
||||
|
Loading…
x
Reference in New Issue
Block a user