By ssb-1 on
I'm trying to remove the filter tip ("More information about formatting options"). Unfortunately, putting the following code inside my theme template.php doesn't work.
[code]function phptemplate_filter_tips_more_info() {
return '';
}[/code]
Any idea how to override this function, without hacking module or using css (display:none)?
Thanks
Comments
subscribe
subscribe
Drupal samurai for hire, based in Buffalo, New York, USA.
15+ years Drupal, 20+ years web.
http://basicmagic.net
had the same problem -
had the same problem - clearing cache seemed to fix it.