diff --git a/core/modules/update/update.module b/core/modules/update/update.module index 8e69edf..85de165 100644 --- a/core/modules/update/update.module +++ b/core/modules/update/update.module @@ -539,10 +539,9 @@ function _update_message_text($msg_type, $msg_reason, $report_link = FALSE, $lan } return SafeMarkup::format('@text @available_updates_text', ['@text' => $text, '@available_updates_text' => $available_updates_text]); } - else { - // Anything in $text has been run through t() and marked as safe. - return $text; - } + + // Anything in $text has been run through t() and marked as safe. + return $text; } /**