-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Typo in the variable name on hook_boot() and hook_exit() pages #229
Comments
Good catch! Those pages are produced from the actual documentation in the code. So this typo must be fixed in core, in file By the way, there is another spot where this is mistyped in core - documentation for hook_exit() |
PR submitted. backdrop/backdrop#4934 |
Fix has been merged. Thanks, @findlabnet! |
On documentation pages https://docs.backdropcms.org/api/backdrop/core%21modules%21system%21system.api.php/function/hook_boot/1
and
https://docs.backdropcms.org/api/backdrop/core!modules!system!system.api.php/function/hook_exit/1
we have typo: instead 'page_cache_invoke_hook' should be 'page_cache_invoke_hooks' as in
bootstrap.inc
file, lines 3099 and 3116.The text was updated successfully, but these errors were encountered: