- Patch #455172 by RoboPhred: updated documentation example.
parent
7cf957f5db
commit
6bf31cfefc
|
@ -45,7 +45,7 @@
|
||||||
* switch($key) {
|
* switch($key) {
|
||||||
* case 'notice':
|
* case 'notice':
|
||||||
* $message['subject'] = t('Notification from !site', $variables, $language->language);
|
* $message['subject'] = t('Notification from !site', $variables, $language->language);
|
||||||
* $message['body'] = t("Dear !username\n\nThere is new content available on the site.", $variables, $language->language);
|
* $message['body'][] = t("Dear !username\n\nThere is new content available on the site.", $variables, $language->language);
|
||||||
* break;
|
* break;
|
||||||
* }
|
* }
|
||||||
* }
|
* }
|
||||||
|
|
Loading…
Reference in New Issue