You are here

function admin_menu_comment_insert in Administration menu 7.3

Implements hook_comment_insert().

"Content > Comments > Unapproved comments (n)" menu link needs a refresh.

File

./admin_menu.module, line 163
Render an administrative menu as a dropdown menu at the top of the window.

Code

function admin_menu_comment_insert($comment) {
  admin_menu_flush_caches();
}