Skip to content
Snippets Groups Projects
Commit be96e9dc authored by Jennifer Hodgdon's avatar Jennifer Hodgdon
Browse files

Issue #2023093 by nguerrero, ggiammi, penyaskito: Fix reference to obsolete...

Issue #2023093 by nguerrero, ggiammi, penyaskito: Fix reference to obsolete function in code comment
parent 8b1ce342
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -92,8 +92,8 @@ function _drupal_maintenance_theme() {
}
_drupal_theme_initialize($themes[$theme], array_reverse($base_theme), '_theme_load_offline_registry');
// These are usually added from system_init() -except maintenance.css.
// When the database is inactive it's not called so we add it here.
// These CSS files are normally added by system_page_build() -except maintenance.css.
// When the database is inactive it's not called so we add them here.
$path = drupal_get_path('module', 'system');
drupal_add_css($path . '/css/system.module.css');
drupal_add_css($path . '/css/system.theme.css');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment