diff --git a/template.php b/template.php index d3711846e0b83aa858f88582cb42f3a3c0bd074c..d040ea9a636b1e0ba4fad40608bb1968afffe56b 100644 --- a/template.php +++ b/template.php @@ -85,6 +85,9 @@ function bluecheese_menu_local_tasks(&$variables) { return $output; } +/** + * Overrides theme_election_candidate_ballot_item(). + */ function bluecheese_election_candidate_ballot_item($variables) { $candidate = $variables['candidate']; $account = user_load($candidate->uid);