The menu item for the feed list page doesn't have a description tag meaning no help text is available to admin users.
Here's a suggested description string:
$items[] = array(
'path' => 'admin/content/feed',
'title' => t('Feed'),
'description' => t("Configure which content your site aggregates from other sites, how often it polls them, and how they're categorized."),
'callback' => 'feedapi_management_page',
'access' => user_access('administer feedapi'),
);
Comments
Comment #1
aron novakFixed, thanks for the patch! We'll do a complete text and help review soon. Let's see: http://drupal.org/node/178319
Comment #2
aron novak