file update
This commit is contained in:
parent
360ba45f9a
commit
61fcb4134d
|
@ -79,7 +79,7 @@ $mep_hide_event_hover_btn_text = mep_get_option('mep_hide_event_hover_btn_text
|
|||
</li>
|
||||
<?php }
|
||||
}
|
||||
if ($hide_time_list == 'no' && $recurring == 'no' && sizeof($event_multidate) == 0) {
|
||||
if ($hide_time_list == 'no' && $recurring == 'no' && sizeof($event_multidate) > 0) {
|
||||
if (strtotime(current_time('Y-m-d H:i')) < strtotime($event_meta['event_start_datetime'][0])) {
|
||||
?>
|
||||
<li class="mep_list_event_date">
|
||||
|
|
Loading…
Reference in New Issue