You are here

function _mappy_filter_process in Mappy 7

Return prepared tag.

1 string reference to '_mappy_filter_process'
mappy_filter_info in ./mappy.module
Implements hook_filter_info().

File

./mappy.module, line 136
Module file for mappy.

Code

function _mappy_filter_process($text, $filter) {
  return $text;
}