theme_filter_tips_more_info

Versions
5 – 7
theme_filter_tips_more_info()

Format a link to the more extensive filter tips.

Related topics

Code

modules/filter/filter.module, line 797

<?php
function theme_filter_tips_more_info() {
  return '<p>' . l(t('More information about text formats'), 'filter/tips') . '</p>';
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.