From 3080fb735f12e3672907b1b0c9623e3b5db6872b Mon Sep 17 00:00:00 2001 From: Joe Dolson Date: Wed, 25 Oct 2023 17:29:47 -0500 Subject: [PATCH] Copy args over to new fucntion --- src/templates/legacy-functions.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/templates/legacy-functions.php b/src/templates/legacy-functions.php index b25e98ddb..0e36977d6 100644 --- a/src/templates/legacy-functions.php +++ b/src/templates/legacy-functions.php @@ -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() ) {