updated pathauto token
This commit is contained in:
13
sites/all/modules/token/tests/token_test.tokens.inc
Normal file
13
sites/all/modules/token/tests/token_test.tokens.inc
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Implements hook_token_info()
|
||||
*/
|
||||
function token_test_token_info() {
|
||||
$info['tokens']['node']['colons:in:name'] = array(
|
||||
'name' => t('A test token with colons in the name'),
|
||||
'description' => NULL,
|
||||
);
|
||||
|
||||
return $info;
|
||||
}
|
||||
Reference in New Issue
Block a user