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

aron novak’s picture

Assigned: Unassigned » aron novak
Status: Needs review » Fixed

Fixed, thanks for the patch! We'll do a complete text and help review soon. Let's see: http://drupal.org/node/178319

aron novak’s picture

Status: Fixed » Closed (fixed)