From d83289f857853b2efca194cd663267c24dbfd305 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Thu, 6 Dec 2007 09:58:34 +0000 Subject: #196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functions --- modules/poll/poll.module | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/poll') diff --git a/modules/poll/poll.module b/modules/poll/poll.module index dca6d09a9..586610553 100644 --- a/modules/poll/poll.module +++ b/modules/poll/poll.module @@ -636,6 +636,8 @@ function poll_view_results(&$node, $teaser, $page, $block) { /** * Theme the admin poll form for choices. + * + * @ingroup themeable */ function theme_poll_choices($form) { // Change the button title to reflect the behavior when using JavaScript. -- cgit v1.2.3