| Versions | |
|---|---|
| 5 – 7 | theme_filter_tips_more_info() |
Returns HTML for a link to the more extensive filter tips.
drupal/
<?php
function theme_filter_tips_more_info() {
return '<p>' . l(t('More information about text formats'), 'filter/tips') . '</p>';
}
?>