A few modules which require token and use to work seem to fail when calling theme_token_help()
I wonder if this is since moving the theme_token_help function into token.pages.inc
See related issues on modules requiring token:
http://drupal.org/node/836086
http://drupal.org/node/820822
Comments
Comment #1
dave reidYou should always call theme functions using theme(). In this case you would use theme('token_help').