Line 120 | Line 120 |
---|---|
public function get_email_template_variables() |
public function get_email_template_variables() |
'REASON' => htmlspecialchars_decode($this->get_data('disapprove_reason')), | 'REASON' => html_entity_decode($this->get_data('disapprove_reason'), ENT_COMPAT), |
)); | )); |