| aggregator_page_last | modules/aggregator/aggregator.module | Menu callback; displays the most recent items gathered from any feed. |
| arg | includes/path.inc | Return a component of the current Drupal path. |
| drupal_add_feed | includes/common.inc | Add a feed URL for the current page. |
| t | includes/common.inc | Translate strings to the current locale. |
| url | includes/common.inc | Generate a URL from a Drupal menu path. Will also pass-through existing URLs. |
| variable_get | includes/bootstrap.inc | Return a persistent variable. |
| _aggregator_page_list | modules/aggregator/aggregator.module | Prints an aggregator page listing a number of feed items. Various
menu callbacks use this function to print their feeds. |