| aggregator_form_feed | modules/aggregator/aggregator.admin.inc | Form builder; Generate a form to add/edit feed sources.
See alsoaggregator_form_feed_validate() |
| check_plain | includes/bootstrap.inc | Encode special characters in a plain-text string for display as HTML. |
| db_query | includes/database/database.inc | Execute an arbitrary query string against the active database. |
| drupal_map_assoc | includes/common.inc | Form an associative array from a linear array. |
| t | includes/common.inc | Translate strings to the page language or a given language. |
| url | includes/common.inc | Generate a URL from a Drupal menu path. Will also pass-through existing URLs. |