Skip to content
Snippets Groups Projects
Commit 3c945b51 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #1043552: fixed typo in comment inside theme_disable().

parent d8ea777b
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
......@@ -1302,7 +1302,7 @@ function theme_disable($theme_list) {
menu_rebuild();
drupal_theme_rebuild();
// Invoke hook_themes_enabled after the themes have been enabled.
// Invoke hook_themes_disabled after the themes have been disabled.
module_invoke_all('themes_disabled', $theme_list);
}
......
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