function fieldable_panels_panes_update_7103 in Fieldable Panels Panes (FPP) 7
Reset the theme registry.
File
- ./
fieldable_panels_panes.install, line 279 - Fieldable Panels Panes install file.
Code
function fieldable_panels_panes_update_7103(&$sandbox) {
// All caches are flushed during the update process, so we do nothing.
return t('Theme registry cache has been cleared.');
}