You are here

function _word_link_process in Word Link 7.2

Helper function for filter process.

1 string reference to '_word_link_process'
word_link_filter_info in ./word_link.module
Implements hook_filter_info().

File

./word_link.module, line 263

Code

function _word_link_process($text, $filter) {
  $text = word_link_convert_text($text, $filter->settings);
  return $text;
}