9 calls to drupal_add_feed()

aggregator_page_category in drupal/modules/aggregator/aggregator.pages.inc
Page callback: Displays all the items aggregated in a particular category.
aggregator_page_last in drupal/modules/aggregator/aggregator.pages.inc
Page callback: Displays the most recent items gathered from any feed.
blog_page_last in drupal/modules/blog/blog.pages.inc
Menu callback; displays a Drupal page containing recent blog entries of all users.
blog_page_user in drupal/modules/blog/blog.pages.inc
Menu callback; displays a Drupal page containing recent blog entries of a given user.
DrupalAddFeedTestCase::testBasicFeedAddNoTitle in drupal/modules/simpletest/tests/common.test
Test drupal_add_feed() with paths, URLs, and titles.
drupal_get_feeds in drupal/includes/common.inc
Gets the feed URLs for the current page.
node_page_default in drupal/modules/node/node.module
Menu callback: Generates a listing of promoted nodes.
taxonomy_term_page in drupal/modules/taxonomy/taxonomy.pages.inc
Menu callback; displays all nodes associated with a term.
template_preprocess_forums in drupal/modules/forum/forum.module
Preprocesses variables for forums.tpl.php.