From 3632d343fb0bf415a7cd8e7f35dd548bc32c0248 Mon Sep 17 00:00:00 2001 From: Takshil Kunadia Date: Mon, 3 Mar 2025 09:27:58 +0530 Subject: [PATCH] fix(corrections-archive): remove timezone from heading --- .../template-parts/content/content-corrections.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/newspack-theme/template-parts/content/content-corrections.php b/newspack-theme/template-parts/content/content-corrections.php index 56a22bc0c..c19d6c6e4 100644 --- a/newspack-theme/template-parts/content/content-corrections.php +++ b/newspack-theme/template-parts/content/content-corrections.php @@ -14,11 +14,10 @@ } $correction_heading = sprintf( - '%s, %s %s %s:', + '%s, %s %s:', $correction_type, get_the_date(), - get_the_time(), - wp_timezone()->getName() + get_the_time() ); ?>