summaryrefslogtreecommitdiff
path: root/modules/poll/poll.tokens.inc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/poll/poll.tokens.inc')
-rw-r--r--modules/poll/poll.tokens.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/poll/poll.tokens.inc b/modules/poll/poll.tokens.inc
index 76d40825c..37d82ab0c 100644
--- a/modules/poll/poll.tokens.inc
+++ b/modules/poll/poll.tokens.inc
@@ -7,7 +7,7 @@
*/
/**
- * Implement hook_token_info().
+ * Implements hook_token_info().
*/
function poll_token_info() {
$node['poll-votes'] = array(
@@ -37,7 +37,7 @@ function poll_token_info() {
}
/**
- * Implement hook_tokens().
+ * Implements hook_tokens().
*/
function poll_tokens($type, $tokens, array $data = array(), array $options = array()) {
$url_options = array('absolute' => TRUE);