You are here

function _picture_filter_tips in Picture 7

Same name and namespace in other branches
  1. 7.2 picture.module \_picture_filter_tips()

Implements callback_filter_tips().

1 string reference to '_picture_filter_tips'
picture_filter_info in ./picture.module
Implements hook_filter_info().

File

./picture.module, line 1289
Picture formatter.

Code

function _picture_filter_tips($filter, $format, $long = FALSE) {
  return t('Images with a data-picture-group attribute will be responsive, with a file size appropriate for the browser width.');
}