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