Skip to content

Commit c377b88

Browse files
Issue #2453321 by TravisCarden: Typo in @see reference: drupal_decode_exception() should be _drupal_decode_exception()
1 parent e765be0 commit c377b88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/bootstrap.inc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1643,14 +1643,14 @@ function request_uri() {
16431643
* information about the passed-in exception is used.
16441644
* @param $variables
16451645
* Array of variables to replace in the message on display. Defaults to the
1646-
* return value of drupal_decode_exception().
1646+
* return value of _drupal_decode_exception().
16471647
* @param $severity
16481648
* The severity of the message, as per RFC 3164.
16491649
* @param $link
16501650
* A link to associate with the message.
16511651
*
16521652
* @see watchdog()
1653-
* @see drupal_decode_exception()
1653+
* @see _drupal_decode_exception()
16541654
*/
16551655
function watchdog_exception($type, Exception $exception, $message = NULL, $variables = array(), $severity = WATCHDOG_ERROR, $link = NULL) {
16561656

0 commit comments

Comments
 (0)