Skip to content

Commit

Permalink
Copy args over to new fucntion
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Oct 25, 2023
1 parent 22b1dee commit 3080fb7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/templates/legacy-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
/**
* 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() ) {
Expand Down

0 comments on commit 3080fb7

Please sign in to comment.