Go to the source code of this file.
◆ $add_mute_link
$add_mute_link = (bool) elgg_extract('add_mute_link', $email_params, true) |
◆ $body
◆ $body_title
◆ $email
◆ $email_params
◆ $object
◆ $recipient
◆ $site_link
◆ $subject
HTML body of an email.
@uses $vars['subject'] the subject of the email @uses $vars['body'] the body/message of the email @uses $vars['language'] the language of the recipient @uses $vars['email'] the \Elgg\Email which is being processed
Definition at line 11 of file body.php.
◆ if
if($add_mute_link && $object instanceof \ElggEntity && $recipient instanceof \ElggUser) |
( |
|
$add_mute_link && $object instanceof \ElggEntity && $recipient instanceof \ | ) |
= $body_title |