diff --git a/token.module b/token.module index bbca2aa..8e4e3fb 100644 --- a/token.module +++ b/token.module @@ -145,6 +145,9 @@ function token_admin_menu_output_alter(&$content) { ); } +/** + * Loads the Token Type + */ function token_type_load($token_type) { $info = token_get_info(); return isset($info['types'][$token_type]) ? $info['types'][$token_type] : FALSE;