function theme_filter_tips_more_info

theme_filter_tips_more_info()

Returns HTML for a link to the more extensive filter tips.

Related topics

File

modules/filter/filter.module, line 1196
Framework for handling the filtering of content.

Code

function theme_filter_tips_more_info() {
  return '<p>' . l(t('More information about text formats'), 'filter/tips', array('attributes' => array('target' => '_blank'))) . '</p>';
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!filter!filter.module/function/theme_filter_tips_more_info/7.x