diff --git a/inc/Mailer.class.php b/inc/Mailer.class.php index 5f8bfa07dbe42ed1f7a6248b3f713381e9319a0e..b8b95a5b449d5b2ea682f54e4d6b4044d64aa4bf 100644 --- a/inc/Mailer.class.php +++ b/inc/Mailer.class.php @@ -183,7 +183,7 @@ class Mailer { * * @param string $text plain text body * @param array $textrep replacements to apply on the text part - * @param array $htmlrep replacements to apply on the HTML part. When leave null the replacements from $textrep will be used but all the urls will be wrapped with <a> tag. Ex. <a href="http://bar.com">http://bar.com</a>. + * @param array $htmlrep replacements to apply on the HTML part, null to use $textrep (with urls wrapped in <a> tags) * @param string $html the HTML body, leave null to create it from $text * @param bool $wrap wrap the HTML in the default header/Footer */