On Mon, Jan 25, 2010 at 2:07 PM, Adam Gregory <[email protected]> wrote: > template_preprocess_page and you can access and alter the message > array/variable before it hits the theme.
Technically it has already hit the "theme" because you're editing the preprocess function. But you are correct that hopefully this will work for a single site implementation that needs this. However the need and use for a hook at the module level is still apparent and valid. -mf
