20 calls to comment_load()

CommentActionsTestCase::testCommentPublishUnpublishActions in drupal-7.x/modules/comment/comment.test
Test comment publish and unpublish actions.
CommentContentRebuild::testCommentRebuild in drupal-7.x/modules/comment/comment.test
Test to ensure that the comment's content array is rebuilt for every call to comment_view().
CommentInterfaceTest::testCommentInterface in drupal-7.x/modules/comment/comment.test
Test comment interface.
CommentInterfaceTest::testCommentNodeCommentStatistics in drupal-7.x/modules/comment/comment.test
Tests the node comment statistics.
CommentNodeAccessTest::testThreadedCommentView in drupal-7.x/modules/comment/comment.test
Test that threaded comments can be viewed.
CommentNodeChangesTestCase::testNodeDeletion in drupal-7.x/modules/comment/comment.test
Tests that comments are deleted with the node.
CommentPreviewTest::testCommentEditPreviewSave in drupal-7.x/modules/comment/comment.test
Test comment edit, preview, and save.
CommentThreadingTestCase::testCommentThreading in drupal-7.x/modules/comment/comment.test
Tests the comment threading.
CommentTokenReplaceTestCase::testCommentTokenReplacement in drupal-7.x/modules/comment/comment.test
Creates a comment, then tests the tokens generated from it.
comment_admin_overview_submit in drupal-7.x/modules/comment/comment.admin.inc
Process comment_admin_overview form submissions.
comment_approve in drupal-7.x/modules/comment/comment.pages.inc
Menu callback; publish specified comment.
comment_confirm_delete_page in drupal-7.x/modules/comment/comment.admin.inc
Page callback for comment deletions.
comment_multiple_delete_confirm in drupal-7.x/modules/comment/comment.admin.inc
List the selected comments and verify that the admin wants to delete them.
comment_permalink in drupal-7.x/modules/comment/comment.module
Redirects comment links to the correct page depending on comment settings.
comment_save in drupal-7.x/modules/comment/comment.module
Accepts a submission of new or changed comment content.
comment_tokens in drupal-7.x/modules/comment/comment.tokens.inc
Implements hook_tokens().
EntityCrudHookTestCase::testCommentHooks in drupal-7.x/modules/simpletest/tests/entity_crud_hook_test.test
Tests hook invocations for CRUD operations on comments.
FileFieldWidgetTestCase::testPrivateFileComment in drupal-7.x/modules/file/tests/file.test
Tests that download restrictions on private files work on comments.
LocaleCommentLanguageFunctionalTest::testCommentLanguage in drupal-7.x/modules/locale/locale.test
Test that comment language is properly set.
UserCancelTestCase::testUserDelete in drupal-7.x/modules/user/user.test
Delete account and remove all content.