comment.admin.inc
Version 1.4.2.2 (checked in on 2008/05/19 at 07:27:35 by goba)
Admin page callbacks for the comment module.
Functions
| Name | Description |
|---|---|
| comment_admin | Menu callback; present an administrative comment listing. |
| comment_admin_overview | Form builder; Builds the comment overview form for the admin. |
| comment_admin_overview_submit | Process comment_admin_overview form submissions. |
| comment_admin_overview_validate | Validate comment_admin_overview form submissions. |
| comment_confirm_delete | Form builder; Builds the confirmation form for deleting a single comment. |
| comment_confirm_delete_submit | Process comment_confirm_delete form submissions. |
| comment_delete | Menu callback; delete a comment. |
| comment_multiple_delete_confirm | List the selected comments and verify that the admin really wants to delete them. |
| comment_multiple_delete_confirm_submit | Process comment_multiple_delete_confirm form submissions. |
| theme_comment_admin_overview | Theme the comment admin form. |
| _comment_delete_thread | Perform the actual deletion of a comment and all its replies. |
