function scald_filter_tips in Scald: Media Management made easy 6
Implementation of hook_filter_tips().
File
- ./
scald.module, line 2844
Code
function scald_filter_tips($delta, $format, $long = FALSE) {
if ($long) {
return t('Any instance of Scald Atom Shorthand (SAS) will be replaced with a rendered Scald Atom. SAS can take any of the following formats: [scald=SID], [scald=SID:context], or [scald=SID:context context-options]. SID is the Scald ID, context is a context-slug, and context-options are additional formatting clues to give to the Context.');
}
return t('You may include Scald Atom Shorthand such as [scald=12]. NOTE: WYSIWYG or rich-text editors often handle Scald Atom Shorthand automatically and manually including it is not necessary if such an editor is in use.');
}