| blog_page_last | modules/blog/blog.module | Displays a Drupal page containing recent blog entries of all users. |
| blog_page_user | modules/blog/blog.module | Displays a Drupal page containing recent blog entries of a given user. |
| comment_reply | modules/comment/comment.module | This function is responsible for generating a comment reply form.
There are several cases that have to be handled, including:
replies to comments
replies to nodes
attempts to reply to nodes that can no longer accept comments
respecting access... |
| node_page_default | modules/node/node.module | Menu callback; Generate a listing of promoted nodes. |
| node_show | modules/node/node.module | Generate a page displaying a single node, along with its comments. |
| node_view | modules/node/node.module | Generate a display of the given node. |
| taxonomy_render_nodes | modules/taxonomy/taxonomy.module | Accepts the result of a pager_query() call, such as that performed by
taxonomy_select_nodes(), and formats each node along with a pager. |
| theme_node_preview | modules/node/node.module | Display a node preview for display during node creation and editing. |