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