diff --git a/src/mt-processing.php b/src/mt-processing.php index cdec9400..6f6cdb11 100644 --- a/src/mt-processing.php +++ b/src/mt-processing.php @@ -314,14 +314,14 @@ function mt_registration_fields( $form, $has_data, $data, $public = 'admin', $mo // Appear on My Calendar events to toggle ticket sales. $format = ( isset( $_GET['page'] ) && 'my-calendar' === $_GET['page'] ) ? "
' : ''; $reports = ( $event_id && ! empty( get_post_meta( $event_id, '_ticket' ) ) ) ? "
" . __( 'View Tickets Purchased for this event', 'my-tickets' ) . '
' : ''; - $form = $reports . $format . $shortcode . $model_selector . '
" . __( 'Template tag for email notifications:', 'my-tickets' ) . ' {event_notes}
'; + $form .= "