You are here

function better_exposed_filters_update_7000 in Better Exposed Filters 7.3

Rebuild the theme registry to discover new theme_bef_checkbox() function.

File

./better_exposed_filters.install, line 43
Install/Uninstall code for the Better Exposed Filters module.

Code

function better_exposed_filters_update_7000() {
  drupal_theme_rebuild();
  return t('Theme registry has been rebuilt.');
}