Comments Waiting Count

Plugin Status Stable
Author James Pegram Version 1.0
Plugin Home Visit Author Homepage Visit
Download Visit Plugin License N/A
Description :
This plugin modifies the main comment menu item to display the number of waiting comments


This plugin modifies the main comment menu item to display the number of waiting comments. It also checks for and displays a count of any pending comments flagged as spam.

Similar Plugins

One Response to “Comments Waiting Count”

  1. kpriss Says:

    To make it work with wordpress 2.5 you should edit and replace the following 2 lines:

    $comment = $menu[15]; replace it with $comment = $menu[20];

    $menu[15][0] = “Comments ($spamcount)”; replace it with $menu[20][0] = “Comments ($spamcount)”;

Leave a Reply