diff --git a/core/modules/locale/locale.pages.inc b/core/modules/locale/locale.pages.inc index 5b37f68..68870ee 100644 --- a/core/modules/locale/locale.pages.inc +++ b/core/modules/locale/locale.pages.inc @@ -92,8 +92,6 @@ function theme_locale_translate_edit_form_strings($variables) { * An associative array containing: * - updates: The projects which have updates. * - not_found: The projects which updates are not found. - * - * @see locale_translation_status_form() */ function template_preprocess_locale_translation_update_info(&$variables) { $details = array(); @@ -150,8 +148,6 @@ function template_preprocess_locale_translation_update_info(&$variables) { * @param $variables * An associative array containing: * - last: The timestamp when the site last checked for available updates. - * - * @see locale_translation_status_form() */ function template_preprocess_locale_translation_last_check(&$variables) { $last = $variables['last']; diff --git a/core/modules/locale/src/Form/LocaleForm.php b/core/modules/locale/src/Form/LocaleForm.php deleted file mode 100644 index 280f1b0..0000000 --- a/core/modules/locale/src/Form/LocaleForm.php +++ /dev/null @@ -1,24 +0,0 @@ -getForm('locale_translation_status_form'); - } - -}