Skip to content
Snippets Groups Projects
Commit db5bfb42 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #1802844 by antojose: Fixed 'have to' repeated twice as 'have to have...

Issue #1802844 by antojose: Fixed 'have to' repeated twice as 'have to have to' in the comment for the function hook_module_implements_alter() in system.api.php.
parent 60817040
No related branches found
No related tags found
No related merge requests found
......@@ -1980,7 +1980,7 @@ function hook_mail_alter(&$message) {
* purposes of hook_module_implements_alter(), these variants are treated as
* a single hook. Thus, to ensure that your implementation of
* hook_form_FORM_ID_alter() is called at the right time, you will have to
* have to change the order of hook_form_alter() implementation in
* change the order of hook_form_alter() implementation in
* hook_module_implements_alter().
*
* @param $implementations
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment