You are here

function variable_format_mail_text in Variable 6

Format mail variable

File

./variable.variable.inc, line 232
Variable module hook implementations

Code

function variable_format_mail_text($variable, $options = array()) {
  return 'Mail text';

  //check_plain($variable['value']['subject']);
}