function admin_menu_comment_delete in Administration menu 7.3
Implements hook_comment_delete().
"Content > Comments > Unapproved comments (n)" menu link needs a refresh.
File
- ./
admin_menu.module, line 181 - Render an administrative menu as a dropdown menu at the top of the window.
Code
function admin_menu_comment_delete($comment) {
admin_menu_flush_caches();
}