最彻底的方法是直接修改filter模块:
vi filter.module
comment these lines:
/* $form['format']['guidelines'] = array(
'#title' => t('Formatting guidelines'),
'#value' => theme('filter_tips', $tips, FALSE, $extra),
);
*/
}
// $form[] = array('#value' => $extra);
评论