From 2681b059ff566314d172a07925a835a2ab782e99 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 25 Apr 2011 22:10:57 -0400 Subject: - Patch #1097538 by davidtrainer: update drupal_set_message() docs. --- includes/bootstrap.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 110426a03..e8ea605b5 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -1516,7 +1516,7 @@ function watchdog($type, $message, $variables = array(), $severity = WATCHDOG_NO * * @param $message * The message to be displayed to the user. For consistency with other - * messages, it should begin with a capital letter and end with period. + * messages, it should begin with a capital letter and end with a period. * @param $type * The type of the message. One of the following values are possible: * - 'status' -- cgit v1.2.3