diff options
-rw-r--r-- | modules/system/system.admin.inc | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc index 7ed232a54..052fb5e9a 100644 --- a/modules/system/system.admin.inc +++ b/modules/system/system.admin.inc @@ -106,7 +106,15 @@ function system_admin_index() { } /** - * Menu callback; displays a module's settings page. + * Displays the configuration overview page. + * + * This menu callback implementation is a legacy function that used to display + * the configuration overview page at admin/config. It is currently unused and + * will be removed in Drupal 8. The page at admin/config is now generated by + * system_admin_config_page(). + * + * @deprecated + * @see system_admin_config_page() */ function system_settings_overview() { // Check database setup if necessary |