summaryrefslogtreecommitdiff
path: root/modules/poll/poll.module
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-04-22 06:10:14 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-04-22 06:10:14 +0000
commit191e34d16c7eb20183123735a95a0f97813f5cc1 (patch)
tree6b45501adb1f1fbe9d511b020fcdd38ff7679298 /modules/poll/poll.module
parent3771dec33357f3e370c3c6732d25df63a3797942 (diff)
downloadbrdo-191e34d16c7eb20183123735a95a0f97813f5cc1.tar.gz
brdo-191e34d16c7eb20183123735a95a0f97813f5cc1.tar.bz2
#361225 by nvahalik: Fixed Update poll.module to remove reference to theme_poll_results() and fix template file references.
Diffstat (limited to 'modules/poll/poll.module')
-rw-r--r--modules/poll/poll.module5
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/poll/poll.module b/modules/poll/poll.module
index bcd8e9e8d..f118b08e2 100644
--- a/modules/poll/poll.module
+++ b/modules/poll/poll.module
@@ -840,8 +840,7 @@ function theme_poll_choices($variables) {
* are left in with a different name for that purpose.
*
* @see poll-results.tpl.php
- * @see poll-results-block.tpl.php
- * @see theme_poll_results()
+ * @see poll-results--block.tpl.php
*/
function template_preprocess_poll_results(&$variables) {
$variables['links'] = theme('links__poll_results', array('links' => $variables['raw_links']));
@@ -862,7 +861,7 @@ function template_preprocess_poll_results(&$variables) {
* Inputs: $title, $votes, $total_votes, $voted, $block
*
* @see poll-bar.tpl.php
- * @see poll-bar-block.tpl.php
+ * @see poll-bar--block.tpl.php
* @see theme_poll_bar()
*/
function template_preprocess_poll_bar(&$variables) {