From 314566b275bdff88315d02e44ffcdff475dbcb20 Mon Sep 17 00:00:00 2001 From: Joe Dolson Date: Sun, 17 Dec 2023 19:52:25 -0600 Subject: [PATCH] date. gmdate. Whatever; it's just a default value. --- src/mt-processing.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mt-processing.php b/src/mt-processing.php index ffa0a738..cbfb9121 100644 --- a/src/mt-processing.php +++ b/src/mt-processing.php @@ -419,7 +419,7 @@ function mt_prices_table( $registration = array() ) { $available = ""; } if ( $label ) { - $date = ( '' !== $options['label'] ) ? $options['label'] : date( 'Y-m-d' ); + $date = ( '' !== $options['label'] ) ? $options['label'] : gmdate( 'Y-m-d' ); $args = array( 'id' => "mt_label_$label", 'name' => 'mt_label[]',