From 1c6be6b8a5724f5a4162168241062abded4635e7 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Tue, 7 Mar 2023 22:34:34 +0100 Subject: Always render date in concert form. A concert object will always have a valid date (today) if nothing else is specified, so no reason to check for unset dates anymore. --- includes/view-helpers/class-giglogadmin-concertform.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/view-helpers/class-giglogadmin-concertform.php b/includes/view-helpers/class-giglogadmin-concertform.php index cf7a466..93222c3 100644 --- a/includes/view-helpers/class-giglogadmin-concertform.php +++ b/includes/view-helpers/class-giglogadmin-concertform.php @@ -66,7 +66,7 @@ if ( ! class_exists( 'GiglogAdmin_ConcertForm' ) ) { . '' . $this->get_venue_selector( $c->venue() ) . '
' // date has to be formatted else it is not red in the date field of html form . '' - . '
' + . '
' . '' . '
' . '' -- cgit v1.2.3