Adjust submission handler docs to standard.

8.0.x
xjm 2012-01-08 06:30:34 -06:00
parent 32219d0328
commit 92a7f43363
1 changed files with 2 additions and 1 deletions

View File

@ -1638,6 +1638,7 @@ function system_logging_settings() {
* Form builder; Configure site performance settings.
*
* @ingroup forms
* @see system_performance_settings_submit().
*/
function system_performance_settings($form, &$form_state) {
drupal_add_js(drupal_get_path('module', 'system') . '/system.js');
@ -1734,7 +1735,7 @@ function system_performance_settings($form, &$form_state) {
}
/**
* Submit callback; save performance settings.
* Form submission handler for system_performance_settings().
*
* @ingroup forms
*/