Loading core/lib/Drupal/Core/Datetime/DateFormatter.php +1 −1 Original line number Diff line number Diff line Loading @@ -126,7 +126,7 @@ public function format($timestamp, $type = 'medium', $format = '', $timezone = N } } // Fall back to the 'medium' date format type if the format string is // Fall back to the 'fallback' date format type if the format string is // empty, either from not finding a requested date format or being given an // empty custom format string. if (empty($format)) { Loading Loading
core/lib/Drupal/Core/Datetime/DateFormatter.php +1 −1 Original line number Diff line number Diff line Loading @@ -126,7 +126,7 @@ public function format($timestamp, $type = 'medium', $format = '', $timezone = N } } // Fall back to the 'medium' date format type if the format string is // Fall back to the 'fallback' date format type if the format string is // empty, either from not finding a requested date format or being given an // empty custom format string. if (empty($format)) { Loading