Skip to content
Snippets Groups Projects
Commit 0c8af272 authored by Angie Byron's avatar Angie Byron
Browse files

#361135 by Dave Reid: Clean up taxonomy variables on uninstall.

parent b1d7222c
Branches
Tags
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
......@@ -15,6 +15,10 @@ function taxonomy_install() {
function taxonomy_uninstall() {
// Remove tables.
drupal_uninstall_schema('taxonomy');
// Remove variables.
variable_del('taxonomy_override_selector');
variable_del('taxonomy_terms_per_page_admin');
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment