diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-06-05 18:21:06 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-06-05 18:21:06 +0000 |
commit | 05769e3057efbd8435f6d43ff56dec19d3f16743 (patch) | |
tree | dabfa7356efbd27c7b38d1a40e59097bc76f0685 | |
parent | dc613626d403da8cbab70ee0e5f1447fbe369d22 (diff) | |
download | brdo-05769e3057efbd8435f6d43ff56dec19d3f16743.tar.gz brdo-05769e3057efbd8435f6d43ff56dec19d3f16743.tar.bz2 |
- Patch #266367 by zeta: fixed documentation issue.
-rw-r--r-- | includes/theme.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/theme.inc b/includes/theme.inc index 07ec0786b..18e7e160f 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -1014,7 +1014,7 @@ function theme_render_template($file, $variables) { * defaults for the template in case they are not filled in. If the default * implementation is a function, by convention it is named theme_HOOK(). * - * Each module should provide a default implementation for themes that + * Each module should provide a default implementation for theme_hooks that * it registers. This implementation may be either a function or a template; * if it is a function it must be specified via hook_theme(). By convention, * default implementations of theme hooks are named theme_HOOK. Default |