Skip to content
Snippets Groups Projects
Commit 3678eb1a authored by Oliver Davies's avatar Oliver Davies
Browse files

Added missing comment block

parent 5275b51c
No related branches found
No related tags found
No related merge requests found
...@@ -85,6 +85,9 @@ function bluecheese_menu_local_tasks(&$variables) { ...@@ -85,6 +85,9 @@ function bluecheese_menu_local_tasks(&$variables) {
return $output; return $output;
} }
/**
* Overrides theme_election_candidate_ballot_item().
*/
function bluecheese_election_candidate_ballot_item($variables) { function bluecheese_election_candidate_ballot_item($variables) {
$candidate = $variables['candidate']; $candidate = $variables['candidate'];
$account = user_load($candidate->uid); $account = user_load($candidate->uid);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment