theme_filter_tips_more_info

Versions
5 – 7
theme_filter_tips_more_info()

Code

modules/filter/filter.module, line 975

<?php
function theme_filter_tips_more_info() {
  return '<p>'. l(t('More information about formatting options'), '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.