Issue #1352272 by sven.lauer, Albert Volkman: Fix docs for deprecated, unused system_settings_overview() function
parent
de2261c737
commit
c9eac0ddb8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue