summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2011-04-20 22:40:37 -0400
committerDries Buytaert <dries@buytaert.net>2011-04-20 22:40:37 -0400
commitada3ac12a27af1665ff1b05bad31cb7555f97da0 (patch)
treede5f1850049d33ef56030374b0e38f10331674cf /includes
parentc8dcd6931156431778b0c5fd623d19eb15b828cd (diff)
downloadbrdo-ada3ac12a27af1665ff1b05bad31cb7555f97da0.tar.gz
brdo-ada3ac12a27af1665ff1b05bad31cb7555f97da0.tar.bz2
- Patch #1097538 by davidtrainer: update drupal_set_message() docs.
Diffstat (limited to 'includes')
-rw-r--r--includes/bootstrap.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index 8fa983d6a..110426a03 100644
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -1515,8 +1515,8 @@ function watchdog($type, $message, $variables = array(), $severity = WATCHDOG_NO
* messages without clearing them.
*
* @param $message
- * The message should begin with a capital letter and always ends with a
- * period '.'.
+ * The message to be displayed to the user. For consistency with other
+ * messages, it should begin with a capital letter and end with period.
* @param $type
* The type of the message. One of the following values are possible:
* - 'status'