| comment_operations | drupal/modules/comment/comment.module | Comment operations. Offer different update operations depending on
which comment administration page is being viewed. |
| db_fetch_object | drupal/includes/database/database.inc | |
| drupal_get_destination | drupal/includes/common.inc | Prepare a destination query string 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. |
| pager_query | drupal/includes/pager.inc | Perform a paged database query. |
| t | drupal/includes/common.inc | Translate strings to the page language or a given language. |
| tablesort_sql | drupal/includes/tablesort.inc | Create an SQL sort clause. |
| 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. |