Fix the "The Countdown timer does not show the first number in the DAY field" bug when the day was 3digits

This commit is contained in:
savvasha
2018-10-01 10:09:22 +03:00
parent d83abf4b12
commit b76b506a35
2 changed files with 2 additions and 2 deletions

View File

@@ -107,7 +107,7 @@ if ( $link_events ) $title = '<a href="' . get_post_permalink( $post->ID, false,
</h3>
<?php
if ( isset( $show_date ) && $show_date ):
if ( $event_date ):
if ( isset( $event_date ) ):
?>
<h5 class="event-date sp-event-date">
<?php