_aggregator_category_title

Versions
mediamosa-21
_aggregator_category_title($category)

Menu callback.

Return value

An aggregator category title.

Code

modules/aggregator/aggregator.module, line 280

<?php
function _aggregator_category_title($category) {
  return $category['title'];
}
?>