summaryrefslogtreecommitdiff
path: root/modules/user/user.tokens.inc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user/user.tokens.inc')
-rw-r--r--modules/user/user.tokens.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/user/user.tokens.inc b/modules/user/user.tokens.inc
index 0ae819f5f..baee793be 100644
--- a/modules/user/user.tokens.inc
+++ b/modules/user/user.tokens.inc
@@ -7,7 +7,7 @@
*/
/**
- * Implement hook_token_info().
+ * Implements hook_token_info().
*/
function user_token_info() {
$types['user'] = array(
@@ -60,7 +60,7 @@ function user_token_info() {
}
/**
- * Implement hook_tokens().
+ * Implements hook_tokens().
*/
function user_tokens($type, $tokens, array $data = array(), array $options = array()) {
global $user;