Manual:CommentStore.php

From mediawiki.org

The Comment store is responsible for storing edit summaries, log action comments and other such short strings (referred to as "comments"). The CommentStore class handles the database abstraction for reading and writing comments, which are represented by CommentStoreComment objects. Data is internally stored in the comment table.