Fix date row class

This commit is contained in:
savvasha
2018-10-24 18:29:06 +03:00
parent f013f93ed1
commit d70384af7a

View File

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