comment.admin.inc

Version 1.4.2.3 (checked in on 2010/01/28 at 10:15:11 by goba)

Admin page callbacks for the comment module.

Functions

NameDescription
comment_adminMenu callback; present an administrative comment listing.
comment_admin_overviewForm builder; Builds the comment overview form for the admin.
comment_admin_overview_submitProcess comment_admin_overview form submissions.
comment_admin_overview_validateValidate comment_admin_overview form submissions.
comment_confirm_deleteForm builder; Builds the confirmation form for deleting a single comment. See alsocomment_confirm_delete_submit()
comment_confirm_delete_submitProcess comment_confirm_delete form submissions.
comment_deleteMenu callback; delete a comment.
comment_multiple_delete_confirmList the selected comments and verify that the admin really wants to delete them.
comment_multiple_delete_confirm_submitProcess comment_multiple_delete_confirm form submissions.
theme_comment_admin_overviewTheme the comment admin form.
_comment_delete_threadPerform the actual deletion of a comment and all its replies.