Loading core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeFormatterBase.php +0 −1 Original line number Diff line number Diff line Loading @@ -232,7 +232,6 @@ protected function buildDateWithIsoAttribute(DrupalDateTime $date) { $build = [ '#theme' => 'time', '#text' => $this->formatDate($date), '#html' => FALSE, '#attributes' => [ 'datetime' => $iso_date, ], Loading Loading
core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeFormatterBase.php +0 −1 Original line number Diff line number Diff line Loading @@ -232,7 +232,6 @@ protected function buildDateWithIsoAttribute(DrupalDateTime $date) { $build = [ '#theme' => 'time', '#text' => $this->formatDate($date), '#html' => FALSE, '#attributes' => [ 'datetime' => $iso_date, ], Loading