diff options
Diffstat (limited to 'includes/bootstrap.inc')
-rw-r--r-- | includes/bootstrap.inc | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 589582498..590f1ba35 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -1097,15 +1097,17 @@ function request_uri() { * @param $type * The category to which this message belongs. * @param $message - * The message to store in the log. See t() for documentation - * on how $message and $variables interact. Keep $message - * translatable by not concatenating dynamic values into it! + * The message to store in the log. Keep $message translatable + * by not concatenating dynamic values into it! Variables in the + * message should be added by using placeholder strings alongside + * the variables argument to declare the value of the placeholders. + * See t() for documentation on how $message and $variables interact. * @param $variables * Array of variables to replace in the message on display or * NULL if message is already translated or not possible to * translate. * @param $severity - * The severity of the message, as per RFC 3164 + * The severity of the message, as per RFC 3164. * @param $link * A link to associate with the message. * |