- Patch #1097538 by davidtrainer: update drupal_set_message() docs.
parent
c8dcd69311
commit
ada3ac12a2
|
@ -1515,8 +1515,8 @@ function watchdog($type, $message, $variables = array(), $severity = WATCHDOG_NO
|
||||||
* messages without clearing them.
|
* messages without clearing them.
|
||||||
*
|
*
|
||||||
* @param $message
|
* @param $message
|
||||||
* The message should begin with a capital letter and always ends with a
|
* The message to be displayed to the user. For consistency with other
|
||||||
* period '.'.
|
* messages, it should begin with a capital letter and end with period.
|
||||||
* @param $type
|
* @param $type
|
||||||
* The type of the message. One of the following values are possible:
|
* The type of the message. One of the following values are possible:
|
||||||
* - 'status'
|
* - 'status'
|
||||||
|
|
Loading…
Reference in New Issue