diff options
Diffstat (limited to 'modules/system/system.api.php')
-rw-r--r-- | modules/system/system.api.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php index 8a055d65f..13a71ec5e 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -555,7 +555,7 @@ function hook_form_alter(&$form, &$form_state, $form_id) { */ function hook_form_FORM_ID_alter(&$form, &$form_state) { // Modification for the form with the given form ID goes here. For example, if - // FORM_ID is "user_register" this code would run only on the user + // FORM_ID is "user_register_form" this code would run only on the user // registration form. // Add a checkbox to registration form about agreeing to terms of use. |