Skip to content

Commit

Permalink
PHPCS
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Oct 25, 2023
1 parent 16ad3e0 commit c60b431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/templates/legacy-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,13 @@ function mc_legacy_template_draw_event( $event, $type, $process_date, $time, $te
$img = '';
$container_id = mc_event_container_id( $type, $process_date, $event );

$data = array(
$data = array(
'event' => $event,
'process_date' => $process_date,
'time' => $time,
'id' => $id,
'tags' => $tags,
);
);
$header = mc_draw_event_header( $data, $type, $template );
$close_button = mc_close_button( $container_id );
$close = '';
Expand Down

0 comments on commit c60b431

Please sign in to comment.