diff --git a/core/includes/theme.inc b/core/includes/theme.inc index 25cc7c4..9e9d45c 100644 --- a/core/includes/theme.inc +++ b/core/includes/theme.inc @@ -1313,9 +1313,7 @@ function template_preprocess_html(&$variables) { * * Default template: page.html.twig. * - * Most themes use their own copy of page.html.twig. The default is located - * inside "modules/system/page.html.twig". Look in there for the full list of - * variables. + * See the page.html.twig template for list of variables. */ function template_preprocess_page(&$variables) { $language_interface = \Drupal::languageManager()->getCurrentLanguage();