Calling all Drupal developers!
Help us get this on the first page of Digg. DIGG NOW!
Help us get this on the first page of Digg. DIGG NOW!
token_theme()
contributions/token/token.module, line 3
<?php
function token_theme() {
return array(
'token_help' => array(
'arguments' => array('type' => 'all', 'prefix' => '[', 'suffix' => ']')
),
);
}
?>