comment_get_recent

Functions that call comment_get_recent()

Namesort iconLocationDescription
comment_get_recentcomment/comment.moduleFind a number of recent comments. This is done in two steps. 1. Find the n (specified by $number) nodes that have the most recent comments. This is done by querying node_comment_statistics which has an index on last_comment_timestamp, and is thus a...
theme_comment_blockcomment/comment.moduleReturns a formatted list of recent comments to be displayed in the comment block.

Functions called by comment_get_recent()

Namesort iconLocationDescription
comment_get_recentcomment/comment.moduleFind a number of recent comments. This is done in two steps. 1. Find the n (specified by $number) nodes that have the most recent comments. This is done by querying node_comment_statistics which has an index on last_comment_timestamp, and is thus a...