Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
26902ff1
Commit
26902ff1
authored
Dec 02, 2012
by
webchick
Browse files
Issue
#1853574
by Albert Volkman: Fixed Spelling error in drupal_mail_system() docs.
parent
7e0fa028
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/includes/mail.inc
View file @
26902ff1
...
...
@@ -216,9 +216,9 @@ function drupal_mail($module, $key, $to, $langcode, $params = array(), $from = N
* 'mail_system', which is a keyed array. The default implementation
* is the class whose name is the value of 'default-system' key. A more specific
* match first to key and then to module will be used in preference to the
* default. To specif
ic
y a different class for all mail sent by one module, set
* default. To specify 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
* specif
ic
y a class for a particular message sent by one module, set the class
* specify 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
* "${module}_${key}".
*
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment