Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions public/templates/shortcodes/event-single.compat.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@
<?php calendarp_event_categories_list( $event->ID ); ?>
</div>

<div class="event-meta-item event-calendars" style="overflow: hidden">
<?php _e( 'Add to', 'calendar-plus' ); ?>:
<?php calendarp_event_add_to_calendars_links( $event->ID ); ?>
<div class="event-meta-item event-ical">
<?php calendarp_event_ical_file_button( $event->ID ); ?>
</div>
</div>
</div>
Expand Down
5 changes: 2 additions & 3 deletions public/templates/shortcodes/event-single.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@
<?php calendarp_event_categories_list( $event->ID ); ?>
</div>

<div class="event-meta-item event-calendars" style="overflow: hidden">
<?php _e( 'Add to', 'calendar-plus' ); ?>:
<?php calendarp_event_add_to_calendars_links( $event->ID ); ?>
<div class="event-meta-item event-ical">
<?php calendarp_event_ical_file_button( $event->ID ); ?>
</div>
</div>
</div>
Expand Down