From fc22149f8ff9675f7ebf40fd18229e86bd561128 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 11 Jun 2010 11:00:18 +0000 Subject: - Patch #736894 by mr.baileys: document that drupal_register_shutdown_function() is a php wrapper. --- includes/bootstrap.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 23c814a6e..7c8070078 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -2929,6 +2929,7 @@ function drupal_placeholder($variables) { * Array of shutdown functions to be executed. * * @see register_shutdown_function() + * @ingroup php_wrappers */ function &drupal_register_shutdown_function($callback = NULL, $parameters = NULL) { // We cannot use drupal_static() here because the static cache is reset -- cgit v1.2.3