controller_admin_comments
Shows an admin screen with an overview of most recently created comments. The screen offers the option to moderate the comments or delete them entirely.
Handled events
{comment_delete, Args}deletes a comment and runs its success actions.{comment_toggle, Args}toggles comment visibility and updates the controls in the comments list.