Skip to content

Commit

Permalink
Don't know where those spaces came from...
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Oct 25, 2023
1 parent 393fc20 commit 62d94d7
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/templates/legacy-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
* @link https://www.joedolson.com/my-calendar/
*/

/**
* Function to draw a single event.
*
* @param object $event Event object.
* @param string $type Type of view being drawn.
* @param string $process_date Current date being displayed.
* @param string $time Time view being drawn.
* @param string $template Template to use to draw event.
* @param string $id ID for the calendar calling this function.
* @param array $tags Event tags array.
*
* @return string
*/
/**
* Function to draw a single event.
*
* @param object $event Event object.
* @param string $type Type of view being drawn.
* @param string $process_date Current date being displayed.
* @param string $time Time view being drawn.
* @param string $template Template to use to draw event.
* @param string $id ID for the calendar calling this function.
* @param array $tags Event tags array.
*
* @return string
*/
function mc_legacy_template_draw_event( $event, $type, $process_date, $time, $template = '', $id = '', $tags = array() ) {
// assign empty values to template sections.
$header = '';
Expand Down

0 comments on commit 62d94d7

Please sign in to comment.