diff --git a/core/modules/aggregator/aggregator.admin.inc b/core/modules/aggregator/aggregator.admin.inc index c29e1434c32..93319bfe797 100644 --- a/core/modules/aggregator/aggregator.admin.inc +++ b/core/modules/aggregator/aggregator.admin.inc @@ -57,7 +57,7 @@ function aggregator_view() { } /** - * Page callback: Form constructor for adding and editing feed sources. + * Form constructor for adding and editing feed sources. * * Path: admin/config/services/aggregator/add/feed * @@ -250,7 +250,7 @@ function aggregator_admin_remove_feed_submit($form, &$form_state) { } /** - * Page callback: Form constructor for importing feeds from OPML. + * Form constructor for importing feeds from OPML. * * Path: admin/config/services/aggregator/add/opml * @@ -426,7 +426,7 @@ function aggregator_admin_refresh_feed($feed) { } /** - * Page callback: Form constructor for the aggregator system settings. + * Form constructor for the aggregator system settings. * * Path: admin/config/services/aggregator/settings * @@ -550,7 +550,7 @@ function aggregator_admin_form_submit($form, &$form_state) { } /** - * Page callback: Form constructor to add/edit/delete aggregator categories. + * Form constructor to add/edit/delete aggregator categories. * * Path: admin/config/services/aggregator/add/category * diff --git a/core/modules/aggregator/aggregator.pages.inc b/core/modules/aggregator/aggregator.pages.inc index 8fd44c2a421..353eedca796 100644 --- a/core/modules/aggregator/aggregator.pages.inc +++ b/core/modules/aggregator/aggregator.pages.inc @@ -42,7 +42,7 @@ function aggregator_page_source($feed) { } /** - * Page callback: Form constructor to show all items captured from a feed. + * Form constructor to show all items captured from a feed. * * Path: aggregator/sources/%aggregator_feed/categorize * @@ -58,7 +58,7 @@ function aggregator_page_source_form($form, $form_state, $feed) { } /** - * Page callback: Form constructor to list items aggregated in a category. + * Form constructor to list items aggregated in a category. * * Path: aggregator/categories * @@ -79,7 +79,7 @@ function aggregator_page_category($category) { } /** - * Page callback: Form constructor to list items aggregated in a category. + * Form constructor to list items aggregated in a category. * * Path: aggregator/categories/%aggregator_category/categorize *