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

dave reid’s picture

Category: bug » support
Status: Active » Fixed

You should always call theme functions using theme(). In this case you would use theme('token_help').

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.