| comment_load_multiple | drupal/modules/comment/comment.module | Load comments from the database. |
| db_select | drupal/includes/database/database.inc | Returns a new SelectQuery object for the active database. |
| drupal_get_destination | drupal/includes/common.inc | Prepare a 'destination' URL query parameter for use in combination with drupal_goto(). |
| format_date | drupal/includes/common.inc | Format a date with the given configured format or a custom format string. |
| l | drupal/includes/common.inc | Format an internal Drupal link. |
| t | drupal/includes/bootstrap.inc | Translate strings to the page language or a given language. |
| theme | drupal/includes/theme.inc | Generate the themed output. |
| truncate_utf8 | drupal/includes/unicode.inc | Truncate a UTF-8-encoded string safely to a number of characters. |