Skip to content

Commit

Permalink
hopefully the final code fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdentremont committed Sep 26, 2024
1 parent 3843936 commit d924b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin/Field/FieldFormatter/EDTFFormatter.php
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ protected function formatDate($edtf_text) {
}
else {
$formatted_date = t("@date", [
"@date" => implode(self::DELIMITERS[$settings['date_separator']], array_filter($parts_in_order))
"@date" => implode(self::DELIMITERS[$settings['date_separator']], array_filter($parts_in_order)),
]);
}

Expand Down

0 comments on commit d924b14

Please sign in to comment.