diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-10-10 16:48:39 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-10-10 16:48:39 +0000 |
commit | d16bead147fc01f96c8a375984c197aee4baec07 (patch) | |
tree | 77d33ff21816b99a7f6084e6e0142f3461028b76 /modules/system/system.api.php | |
parent | 15b24127b5abb1c66fb5a7579a07e00b571174b0 (diff) | |
download | brdo-d16bead147fc01f96c8a375984c197aee4baec07.tar.gz brdo-d16bead147fc01f96c8a375984c197aee4baec07.tar.bz2 |
#118345 by sun: Make user.module conform to standard presave/insert/update/form_alter hook paradigm.
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. |