diff options
Diffstat (limited to 'includes/mail.inc')
-rw-r--r-- | includes/mail.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/mail.inc b/includes/mail.inc index 6b2d3c229..2a2541265 100644 --- a/includes/mail.inc +++ b/includes/mail.inc @@ -183,7 +183,7 @@ function drupal_mail($module, $key, $to, $language, $params = array(), $from = N * default. To specificy a different class for all mail sent by one module, set * the class name as the value for the key corresponding to the module name. To * specificy a class for a particular message sent by one module, set the class - * name as the value for the array key that is the message id, which is + * name as the value for the array key that is the message id, which is * "${module}_${key}". * * For example to debug all mail sent by the user module by logging it to a @@ -218,6 +218,7 @@ function drupal_mail($module, $key, $to, $language, $params = array(), $from = N * @param $key * A key to identify the e-mail sent. The final e-mail ID for the e-mail * alter hook in drupal_mail() would have been {$module}_{$key}. + * @return MailSystemInterface */ function drupal_mail_system($module, $key) { $instances = &drupal_static(__FUNCTION__, array()); |