From c377b88b8e9809ab117dd79901f01515ff085385 Mon Sep 17 00:00:00 2001 From: David Rothstein Date: Mon, 30 Mar 2015 18:47:52 -0400 Subject: Issue #2453321 by TravisCarden: Typo in @see reference: drupal_decode_exception() should be _drupal_decode_exception() --- includes/bootstrap.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/bootstrap.inc') diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index cb7a5b7d1..0e8446280 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -1643,14 +1643,14 @@ function request_uri() { * information about the passed-in exception is used. * @param $variables * Array of variables to replace in the message on display. Defaults to the - * return value of drupal_decode_exception(). + * return value of _drupal_decode_exception(). * @param $severity * The severity of the message, as per RFC 3164. * @param $link * A link to associate with the message. * * @see watchdog() - * @see drupal_decode_exception() + * @see _drupal_decode_exception() */ function watchdog_exception($type, Exception $exception, $message = NULL, $variables = array(), $severity = WATCHDOG_ERROR, $link = NULL) { -- cgit v1.2.3