theme('token_help') is only returning the help as listed in token.module. The other module implementations are not being called. This appears to be a bug with module_implements or some other php related problem with .inc files.

This is "fixed" by moving the .inc statements from theme_token_help() into token_get_list() but that doesn't seem like it should be necessary.

Comments

greggles’s picture

Status: Active » Closed (duplicate)

Isn't your solution the same as the one proposed here: http://drupal.org/node/139959