summaryrefslogtreecommitdiff
path: root/modules/system/system.tokens.inc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.tokens.inc')
-rw-r--r--modules/system/system.tokens.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/system/system.tokens.inc b/modules/system/system.tokens.inc
index f7f27d057..876648fb4 100644
--- a/modules/system/system.tokens.inc
+++ b/modules/system/system.tokens.inc
@@ -10,7 +10,7 @@
*/
/**
- * Implement hook_token_info().
+ * Implements hook_token_info().
*/
function system_token_info() {
$types['site'] = array(
@@ -148,7 +148,7 @@ function system_token_info() {
}
/**
- * Implement hook_tokens().
+ * Implements hook_tokens().
*/
function system_tokens($type, $tokens, array $data = array(), array $options = array()) {
$url_options = array('absolute' => TRUE);