We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8a6407 commit 8bb0daaCopy full SHA for 8bb0daa
themes/muzyka21/templates/gutenberg-blocks/block-event-price.php
@@ -26,7 +26,7 @@
26
<h4>Событие завершено</h4>
27
<p>Это событие уже закончилось и билеты не продаются</p>
28
</div>
29
- <?php } else if (isset($datestart) && (time() + (60 * 60 * 5)) > $datestart->getTimestamp()) { ?>
+ <?php } else if (isset($datestart) && !isset($dateend) && (time() + (60 * 60 * 5)) > $datestart->getTimestamp()) { ?>
30
<div class="event-price_flex_price_option splide__slide">
31
32
0 commit comments