8 calls to drupal_add_feed() in Drupal 5
- aggregator_page_category in modules/
aggregator/ aggregator.module - Menu callback; displays all the items aggregated in a particular category.
- aggregator_page_last in modules/
aggregator/ aggregator.module - Menu callback; displays the most recent items gathered from any feed.
- blog_page_last in modules/
blog/ blog.module - Displays a Drupal page containing recent blog entries of all users.
- blog_page_user in modules/
blog/ blog.module - Displays a Drupal page containing recent blog entries of a given user.
- drupal_get_feeds in includes/
common.inc - Get the feed URLs for the current page.
- node_page_default in modules/
node/ node.module - Menu callback; Generate a listing of promoted nodes.
- taxonomy_term_page in modules/
taxonomy/ taxonomy.module - Menu callback; displays all nodes associated with a term.
- theme_forum_display in modules/
forum/ forum.module - Format the forum body.