| Name | Location | Description |
|---|---|---|
| comment_get_recent | comment/comment.module | Find 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_block | comment/comment.module | Returns a formatted list of recent comments to be displayed in the comment block. |
| Name | Location | Description |
|---|---|---|
| comment_get_recent | comment/comment.module | Find 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... |