diff options
-rw-r--r-- | includes/bootstrap.inc | 4 |
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' |