function expire_panels_panels_display_save in Panels Cache Expiration 7
Implements hook_panels_display_save().
File
- ./
expire_panels.module, line 29
Code
function expire_panels_panels_display_save($display) {
expire_panels_execute_expiration('panels', $display, EXPIRE_PANELS_DISPLAY_UPDATE);
}