View difference between Paste ID: MhJa3mZ6 and kW9MRjfq
SHOW: | | - or go back to the newest paste.
1
<?php if ( tribe_is_new_event_day() && !tribe_is_day() ) : ?>
2-
<h4 class="event-day"><?php echo tribe_get_start_date( null, true ); ?></h4>
2+
    <h4 class="event-day">
3
        <?php echo tribe_get_start_date( null, false, 'jS F Y' ); ?>
4
             &ndash;
5
        <?php echo tribe_get_start_date( null, true, ' ' ); ?>
6
    </h4>
7
<?php endif; ?>