function _aggregator_category_title

_aggregator_category_title($category)

Title callback: Returns a title for aggregator category pages.

Parameters

$category: An aggregator category.

Return value

A string with the aggregator category title.

File

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

Code

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

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!aggregator!aggregator.module/function/_aggregator_category_title/7.x