From 93950454195321a58ee73c796b77f380dc9d3f64 Mon Sep 17 00:00:00 2001 From: AndreaChirulescu Date: Sun, 27 Mar 2022 11:03:31 +0200 Subject: Filtered out concerts older than today Concerts should show with upper case --- includes/admin/views/_concerts_table.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/admin') diff --git a/includes/admin/views/_concerts_table.php b/includes/admin/views/_concerts_table.php index 45d9196..719dda5 100644 --- a/includes/admin/views/_concerts_table.php +++ b/includes/admin/views/_concerts_table.php @@ -303,7 +303,7 @@ if (!class_exists("GiglogAdmin_ConcertsTable")) $content .= "" . date( 'd.M.Y', strtotime( $concert->cdate() ) ) . "" - . "" . esc_html($concert->cname()) . "" + . "" . strtoupper(esc_html($concert->cname())) . "" . "" . esc_html($concert->venue()->name()) . ""; if( is_admin() ) { -- cgit v1.2.3