CommentActionsTestCase::testCommentPublishUnpublishActions in modules/comment/tests/comment.test
Tests comment publish and unpublish actions.
comment_admin_overview in modules/comment/comment.admin.inc
Form constructor for the comment overview administration form.
comment_admin_overview_submit in modules/comment/comment.admin.inc
Form submission handler for comment_admin_overview().
comment_count_unpublished in modules/comment/comment.module
Returns a menu title which includes the number of unapproved comments.
comment_form in modules/comment/comment.module
Form constructor for the basic commenting form.
comment_form_submit in modules/comment/comment.module
Form submission handler for comment_form().
CommentInterfaceTest::testCommentClasses in modules/comment/tests/comment.test
Tests CSS classes on comments.
comment_links in modules/comment/comment.module
Adds reply, edit, delete, etc. links, depending on user permissions.
CommentStorageController::preSave in modules/comment/comment.entity.inc
Overrides EntityDatabaseStorageController::preSave().
comment_unpublish_action in modules/comment/comment.module
Unpublishes a comment.
template_preprocess_comment in modules/comment/comment.theme.inc
Preprocesses variables for comment.tpl.php.