Index: modules/filter/filter.module =================================================================== RCS file: /cvs/drupal/drupal/modules/filter/filter.module,v retrieving revision 1.144 diff -u -p -r1.144 filter.module --- modules/filter/filter.module 9 Sep 2006 08:25:23 -0000 1.144 +++ modules/filter/filter.module 2 Oct 2006 05:58:11 -0000 @@ -809,7 +809,7 @@ function filter_form($value = FILTER_FOR $value = filter_resolve_format($value); $formats = filter_formats(); - $extra = l(t('More information about formatting options'), 'filter/tips'); + $extra = theme('filter_tips_more_info'); if (count($formats) > 1) { $form = array( @@ -962,6 +962,16 @@ function theme_filter_tips($tips, $long } /** + * Format a link to the more extensive filter tips. + * + * @ingroup themeable + */ + +function theme_filter_tips_more_info() { + return l(t('More information about formatting options'), 'filter/tips'); +} + +/** * @name Standard filters * @{ * Filters implemented by the filter.module.