diff options
-rw-r--r-- | includes/bootstrap.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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 |