| 5 filter.module | theme_filter_tips_more_info() |
| 6 filter.module | theme_filter_tips_more_info() |
| 7 filter.module | theme_filter_tips_more_info() |
| 8 filter.module | theme_filter_tips_more_info() |
Format a link to the more extensive filter tips.
Related topics
1 theme call to theme_filter_tips_more_info()
File
- modules/
filter/ filter.module, line 600 - Framework for handling filtering of content.
Code
function theme_filter_tips_more_info() {
return '<p>' . l(t('More information about formatting options'), 'filter/tips') . '</p>';
}
Login or register to post comments