- backdrop_get_feeds in core/
includes/ common.inc - Gets the feed URLs for the current page.
- CommonBackdropAddFeedTestCase::testBasicFeedAddNoTitle in core/
modules/ simpletest/ tests/ common.test - Test backdrop_add_feed() with paths, URLs, and titles.
- drupal_add_feed in core/
includes/ drupal.inc - Adds a feed URL for the current page.
- node_page_default in core/
modules/ node/ node.module - Menu callback; Generate a listing of promoted nodes.
- taxonomy_term_page in core/
modules/ taxonomy/ taxonomy.pages.inc - Menu callback; displays all nodes associated with a term.
- views_plugin_style_rss::attach_to in core/
modules/ views/ plugins/ views_plugin_style_rss.inc