Fix: Show post date instead of event date

This commit is contained in:
savvasha
2018-11-06 19:56:41 +02:00
parent d70384af7a
commit f34d911b21

View File

@@ -110,7 +110,7 @@ if ( $link_events ) $title = '<a href="' . get_post_permalink( $post->ID, false,
?>
<h5 class="event-date sp-event-date">
<?php
echo get_the_time( get_option( 'date_format', $post ) );
echo get_the_time( get_option( 'date_format' ), $post );
?>
</h5>
<?php