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/poll | |
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/poll')
-rw-r--r-- | modules/poll/poll.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/poll/poll.module b/modules/poll/poll.module index 2a7b005b1..b0368d207 100644 --- a/modules/poll/poll.module +++ b/modules/poll/poll.module @@ -28,7 +28,7 @@ function poll_init() { } /** - * Implementation of hook_theme() + * Implementation of hook_theme(). */ function poll_theme() { return array( |