function menu_icons_cron in Menu Icons 6
Implementation of hook_cron()
File
- ./
menu_icons.module, line 317 - Module to associate icons with menu items
Code
function menu_icons_cron() {
// FIXME - delete icons for menu items that no longer exist
}