function _filter_html_image_secure_tips

Filter tips callback for secure HTML image filter.

Related topics

1 string reference to '_filter_html_image_secure_tips'
filter_filter_info in drupal/core/modules/filter/filter.module
Implements hook_filter_info().

File

drupal/core/modules/filter/filter.module, line 1930
Framework for handling the filtering of content.

Code

function _filter_html_image_secure_tips($filter, $format, $long = FALSE) {
  return t('Only images hosted on this site may be used in <img> tags.');
}