diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-06-11 11:00:18 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-06-11 11:00:18 +0000 |
commit | fc22149f8ff9675f7ebf40fd18229e86bd561128 (patch) | |
tree | c6d232640755d13e734103eceddc545b03225293 /includes | |
parent | d097a4dc9a611895b0a25e3eedaf22ae6759a889 (diff) | |
download | brdo-fc22149f8ff9675f7ebf40fd18229e86bd561128.tar.gz brdo-fc22149f8ff9675f7ebf40fd18229e86bd561128.tar.bz2 |
- Patch #736894 by mr.baileys: document that drupal_register_shutdown_function() is a php wrapper.
Diffstat (limited to 'includes')
-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 |