diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-07-24 16:25:19 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-07-24 16:25:19 +0000 |
commit | ccf1af94fa7cea3608916541e964680489b9a56c (patch) | |
tree | aea54f5993a56d34bdd63b8b9fd2039d215620ab /modules/locale | |
parent | 34626ed280a8042c81c6f1327a7622486a701c44 (diff) | |
download | brdo-ccf1af94fa7cea3608916541e964680489b9a56c.tar.gz brdo-ccf1af94fa7cea3608916541e964680489b9a56c.tar.bz2 |
- Patch #245329 by christefano and dmitrig01: code comment love.
Diffstat (limited to 'modules/locale')
-rw-r--r-- | modules/locale/locale.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/locale/locale.module b/modules/locale/locale.module index ce31b5549..b71e307f4 100644 --- a/modules/locale/locale.module +++ b/modules/locale/locale.module @@ -305,7 +305,7 @@ function locale_form_alter(&$form, $form_state, $form_id) { } /** - * Implementation of hook_theme() + * Implementation of hook_theme(). */ function locale_theme() { return array( |