Same name and namespace in other branches
  1. 7.x modules/aggregator/aggregator.module \_aggregator_category_title()

Menu callback.

Return value

An aggregator category title.

1 string reference to '_aggregator_category_title'
aggregator_menu in modules/aggregator/aggregator.module
Implementation of hook_menu().

File

modules/aggregator/aggregator.module, line 255
Used to aggregate syndicated content (RSS, RDF, and Atom).

Code

function _aggregator_category_title($category) {
  return $category['title'];
}