diff --git a/core/modules/system/system.module b/core/modules/system/system.module index 5f540a3..1d4a29a 100644 --- a/core/modules/system/system.module +++ b/core/modules/system/system.module @@ -3267,9 +3267,6 @@ function system_settings_form_submit($form, &$form_state) { * * @see system_config_form_submit() * @ingroup forms - * - * @todo Replace this temporary helper with a more sophisticated solution: - * http://drupal.org/node/1324618. */ function system_config_form($form, &$form_state) { $form['actions']['#type'] = 'actions';