| 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.
|
This entry was posted
on Friday, July 6th, 2007 at 5:44 am and is filed under Comments Plugin.
You can leave a response, or trackback from your own site.
April 14th, 2008 at 1:54 am
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)”;