Skip to content

Commit

Permalink
fix(corrections-archive): remove timezone from heading
Browse files Browse the repository at this point in the history
  • Loading branch information
Takshil-Kunadia committed Mar 3, 2025
1 parent c5c12a0 commit 3632d34
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions newspack-theme/template-parts/content/content-corrections.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()
);
?>

Expand Down

0 comments on commit 3632d34

Please sign in to comment.