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/search | |
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/search')
-rw-r--r-- | modules/search/search.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/search/search.module b/modules/search/search.module index 2d121a46e..f6175084c 100644 --- a/modules/search/search.module +++ b/modules/search/search.module @@ -112,7 +112,7 @@ function search_help($path, $arg) { } /** - * Implementation of hook_theme() + * Implementation of hook_theme(). */ function search_theme() { return array( |