diff --git a/core/includes/theme.inc b/core/includes/theme.inc index 106d30c..78ec965 100644 --- a/core/includes/theme.inc +++ b/core/includes/theme.inc @@ -1316,8 +1316,8 @@ 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. + * inside "core/modules/system/templates/page.html.twig". Look in there for the + * full list of variables. */ function template_preprocess_page(&$variables) { $language_interface = \Drupal::languageManager()->getCurrentLanguage();